Skip to content

Commit

Permalink
[python] add Standalone SCA tests (#3690)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnufede authored Dec 18, 2024
1 parent c446a2a commit 74863bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ tests/:
uwsgi-poc: v2.17.1
Test_IastStandalone_UpstreamPropagation:
'*': v2.18.0.dev
Test_SCAStandalone_Telemetry: missing_feature
Test_SCAStandalone_Telemetry: v2.19.0.dev
test_automated_login_events.py:
Test_Login_Events: irrelevant (was v2.10.0 but will be replaced by V2)
Test_Login_Events_Extended: irrelevant (was v2.10.0 but will be replaced by V2)
Expand Down
1 change: 1 addition & 0 deletions utils/telemetry_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class TelemetryUtils:
"nodejs": {"glob": False},
"java": {"org.apache.httpcomponents:httpclient": False},
"ruby": {"bundler": False},
"python": {"requests": False},
}

@staticmethod
Expand Down

0 comments on commit 74863bc

Please sign in to comment.