Skip to content

Commit 31f56df

Browse files
committed
Check failure envelopes?
1 parent 1928231 commit 31f56df

File tree

1 file changed

+3
-1
lines changed
  • packages/node-integration-tests/suites/public-api/setUser/update_user

1 file changed

+3
-1
lines changed

packages/node-integration-tests/suites/public-api/setUser/update_user/test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
import { assertSentryEvent, getMultipleEnvelopeRequest, runServer } from '../../../../utils';
22

3-
test('should update user', async () => {
3+
test.only('should update user', async () => {
44
const url = await runServer(__dirname);
55
const envelopes = await getMultipleEnvelopeRequest(url, 4);
66

7+
console.log('envelopes', envelopes);
8+
79
assertSentryEvent(envelopes[1][2], {
810
message: 'first_user',
911
user: {

0 commit comments

Comments
 (0)