We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a48e212 commit 689fcffCopy full SHA for 689fcff
1 file changed
packages/aws-lambda/test/specification_compliance/test.js
@@ -148,7 +148,7 @@ function registerSuite(w3cTraceCorrelationDisabled) {
148
const responseBody = response.body;
149
verifyHttpHeadersOnDownstreamRequest(testDefinition, valuesForPlaceholders, responseBody);
150
151
- const suppressed = testDefinition['X-INSTANA-L in'] === '0';
+ const suppressed = testDefinition.suppressed === true;
152
if (suppressed) {
153
await delay(500);
154
const spans = await control.getSpans();
0 commit comments