Skip to content

Commit 01a6851

Browse files
committed
fix test
1 parent ad724e2 commit 01a6851

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • dev-packages/browser-integration-tests/suites/public-api/logger/integration

dev-packages/browser-integration-tests/suites/public-api/logger/integration/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ sentryTest('should capture console object calls', async ({ getLocalTestUrl, page
162162
'sentry.sdk.version': { value: expect.any(String), type: 'string' },
163163
'sentry.timestamp.sequence': { value: expect.any(Number), type: 'integer' },
164164
'sentry.message.template': { value: 'Array: {}', type: 'string' },
165-
'sentry.message.parameter.0': { value: '[1,2,3,"string"]', type: 'string' },
165+
'sentry.message.parameter.0': { value: [1, 2, 3, 'string'], type: 'array' },
166166
},
167167
},
168168
{

0 commit comments

Comments
 (0)