Skip to content

Commit 5ea753f

Browse files
committed
update scheme
1 parent 55e6244 commit 5ea753f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tracing-internal/test/browser/metrics/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ describe('_addResourceSpans', () => {
235235
// eslint-disable-next-line @typescript-eslint/unbound-method, deprecation/deprecation
236236
expect(transaction.startChild).toHaveBeenLastCalledWith(
237237
expect.objectContaining({
238-
data: { "server.address": "example.com", "url.same_origin": true, "url.scheme": "https" },
238+
data: { "server.address": "example.com", "url.same_origin": true, "url.scheme": "https:" },
239239
"description": "/assets/to/css",
240240
"endTimestamp": 468,
241241
"op": "resource.css",

0 commit comments

Comments
 (0)