Skip to content

Commit

Permalink
Adds selector assertion back
Browse files Browse the repository at this point in the history
  • Loading branch information
ohachimOs committed Dec 5, 2024
1 parent bfb8d2a commit f871b87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/asteroid_agent_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,4 @@ def response_callback(request: Any, context: Any) -> str:
asteroid_agent_instance.process(msg)

assert len(agent_mock) == 1
assert agent_mock[0].selector == "v3.report.vulnerability"

0 comments on commit f871b87

Please sign in to comment.