Skip to content

Commit f638388

Browse files
committed
Fix test expectation:'gcp.pubsub.send'
1 parent 006fa18 commit f638388

File tree

1 file changed

+1
-1
lines changed
  • packages/datadog-plugin-google-cloud-pubsub/test

1 file changed

+1
-1
lines changed

packages/datadog-plugin-google-cloud-pubsub/test/naming.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const rawExpectedSchema = {
99
serviceName: 'test-pubsub'
1010
},
1111
v1: {
12-
opName: 'gcp.pubsub.request',
12+
opName: 'gcp.pubsub.send',
1313
serviceName: 'test'
1414
}
1515
},

0 commit comments

Comments
 (0)