Skip to content

Commit 8343f37

Browse files
committed
actually fix test
1 parent 94d00df commit 8343f37

File tree

1 file changed

+1
-1
lines changed
  • dev-packages/browser-integration-tests/suites/public-api/setTags/with_non_primitives

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ sentryTest('should not accept non-primitive tags', async ({ getLocalTestUrl, pag
99
const eventData = await getFirstSentryEnvelopeRequest<Event>(page, url);
1010

1111
expect(eventData.message).toBe('non_primitives');
12-
expect(eventData.tags).toMatchObject({});
12+
expect(eventData.tags).toBeUndefined();
1313
});

0 commit comments

Comments
 (0)