You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/test/__snapshots__/url-handling.test.ts.snap
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,15 @@ exports[`symbolServerUrl will allow an allowed https host 1`] = `Array []`;
7
7
exports[`symbolServerUrl will error when switching to an allowed but non-https host 1`] =`
8
8
Array [
9
9
Array [
10
-
"HTTPS is required for non-localhost symbol servers. Rejecting http://symbolication.services.mozilla.com/ and defaulting to https://symbolication.services.mozilla.com.",
10
+
"HTTPS is required for non-localhost symbol servers. Rejecting http://symbolication.services.mozilla.com/ and defaulting to https://mozilla.symbols.samplyprofiler.com.",
11
11
],
12
12
]
13
13
`;
14
14
15
15
exports[`symbolServerUrl will error when switching to an invalid host 1`] =`
16
16
Array [
17
17
Array [
18
-
"The symbol server URL was not valid. Rejecting invalid and defaulting to https://symbolication.services.mozilla.com.",
18
+
"The symbol server URL was not valid. Rejecting invalid and defaulting to https://mozilla.symbols.samplyprofiler.com.",
19
19
[TypeError: Invalid URL: invalid],
20
20
],
21
21
]
@@ -24,7 +24,7 @@ Array [
24
24
exports[`symbolServerUrl will error when switching to an unknown host 1`] =`
25
25
Array [
26
26
Array [
27
-
"The symbol server URL was not in the list of allowed domains. Rejecting https://symbolication.services.mozilla.com.example.com/symbols and defaulting to https://symbolication.services.mozilla.com.",
27
+
"The symbol server URL was not in the list of allowed domains. Rejecting https://symbolication.services.mozilla.com.example.com/symbols and defaulting to https://mozilla.symbols.samplyprofiler.com.",
0 commit comments