Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion manifests/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,10 @@ refs:
- &ref_5_98_0 '>=5.98.0'
- &ref_6_0_0 '>=6.0.0-pre'
manifest:
tests/ai_guard/test_ai_guard_sdk.py::Test_AIGuardEvent_Tag: missing_feature (APPSEC-62217)
tests/ai_guard/test_ai_guard_sdk.py::Test_AIGuardEvent_Tag:
- weblog_declaration:
"*": irrelevant (just one weblog is enough to test the SDK)
express4: *ref_5_98_0
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
express4: *ref_5_98_0
express4: *ref_5_99_0

tests/ai_guard/test_ai_guard_sdk.py::Test_ClientIPTagsCollected:
- weblog_declaration:
"*": irrelevant (just one weblog is enough to test the SDK)
Expand Down
Loading