Skip to content

Commit ef2d546

Browse files
committed
fix otel e2e tests for cli flags
1 parent 7f4c41f commit ef2d546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/opentelemetry/opentelemetry.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ describe('OpenTelemetry', () => {
253253
const { execute } = await gateway({
254254
supergraph,
255255
env: {
256-
DISABLED_OPENTELEMETRY_SETUP: '1',
256+
DISABLE_OPENTELEMETRY_SETUP: '1',
257257
OTEL_SERVICE_NAME: serviceName,
258258
OTEL_SERVICE_VERSION: '1.0.0',
259259
},

0 commit comments

Comments
 (0)