Skip to content

Commit 8384a39

Browse files
authored
[Nodejs] Code injection telemetry metric (#3959)
1 parent c6aaae7 commit 8384a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/appsec/iast/sink/test_code_injection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class TestCodeInjection(BaseSinkTest):
1919
"nodejs": {"express4": "iast/index.js", "express4-typescript": "iast.ts", "express5": "iast/index.js"},
2020
}
2121

22-
@missing_feature(library="nodejs", reason="Instrumented metric not implemented")
22+
@missing_feature(context.library < "[email protected]")
2323
def test_telemetry_metric_instrumented_sink(self):
2424
super().test_telemetry_metric_instrumented_sink()
2525

0 commit comments

Comments
 (0)