Skip to content

Commit 05f3582

Browse files
committed
Rename span-origin describe block
1 parent a86f39d commit 05f3582

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/nestjs/test/integrations/span-origin.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function bullmqOrigin(): unknown {
1919
return getBullMQProcessSpanOptions('q').attributes[SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN];
2020
}
2121

22-
describe('NestJS span origin selection', () => {
22+
describe('NestJS span origins', () => {
2323
it('emits origins', () => {
2424
expect(httpOrigin()).toBe('auto.http.orchestrion.nestjs');
2525
expect(middlewareOrigin()).toBe('auto.middleware.orchestrion.nestjs');

0 commit comments

Comments
 (0)