Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/cryptography-41.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminPelletier authored Nov 30, 2023
2 parents 026729b + 7db1c24 commit 0d7222b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions monitoring/uss_qualifier/scenarios/astm/netrid/dss_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,9 @@ def del_isa_expect_response_code(
participant_id=self._dss.participant_id,
)

for notification_query in del_isa.notifications.values():
self._scenario.record_query(notification_query.query)

self.handle_query_result(
check=main_check,
q=del_isa.dss_query,
Expand Down

0 comments on commit 0d7222b

Please sign in to comment.