Skip to content

Commit 40d4e17

Browse files
committed
chore: fixes
1 parent ba00800 commit 40d4e17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/aws-lambda/test/specification_compliance

packages/aws-lambda/test/specification_compliance/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ function registerSuite(w3cTraceCorrelationDisabled) {
148148
const responseBody = response.body;
149149
verifyHttpHeadersOnDownstreamRequest(testDefinition, valuesForPlaceholders, responseBody);
150150

151-
const suppressed = testDefinition['X-INSTANA-L in'] === '0';
151+
const suppressed = testDefinition.suppressed === true;
152152
if (suppressed) {
153153
await delay(500);
154154
const spans = await control.getSpans();

0 commit comments

Comments
 (0)