Skip to content

Commit 6c63b54

Browse files
committed
fix test
1 parent 55e1ebf commit 6c63b54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/server-utils/test/orchestrion/firebase.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ describe('firebaseChannelIntegration', () => {
232232
expect(startSpanManualSpy).toHaveBeenCalledWith(
233233
expect.objectContaining({
234234
name: 'firebase.function.http.request',
235-
op: 'http.request',
235+
op: 'function.firebase',
236236
attributes: expect.objectContaining({
237237
'sentry.origin': 'auto.firebase.orchestrion.functions',
238238
'faas.trigger': 'http.request',

0 commit comments

Comments
 (0)