Skip to content

Commit 1a85701

Browse files
eli0shinCopilot
andauthored
Update test/e2e/opentelemetry/instrumentation/opentelemetry.test.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4459c14 commit 1a85701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/opentelemetry/instrumentation/opentelemetry.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1149,7 +1149,7 @@ describe('opentelemetry with custom server', () => {
11491149
await collector.shutdown()
11501150
})
11511151

1152-
it('should set attributes correctly on handeRequest span', async () => {
1152+
it('should set attributes correctly on handleRequest span', async () => {
11531153
await next.fetch('/app/param/rsc-fetch')
11541154

11551155
await expectTrace(getCollector(), [

0 commit comments

Comments
 (0)