Skip to content

Commit 719d73b

Browse files
committed
possibly fix last serverless test
1 parent 430e5f4 commit 719d73b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/serverless/test/google-cloud-grpc.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ describe('GoogleCloudGrpc tracing', () => {
130130
expect(Sentry.fakeTransaction.startChild).toBeCalledWith({
131131
op: 'gcloud.grpc.pubsub',
132132
description: 'unary call publish',
133-
metadata: { baggage: [{}, '', true] },
133+
metadata: { baggage: [{}, '', false] },
134134
});
135135
await pubsub.close();
136136
});

0 commit comments

Comments
 (0)