Skip to content

Commit

Permalink
[uss_qualifier] DSSWrapper: properly register notification query for …
Browse files Browse the repository at this point in the history
…isa deletion query (#378)

[uss_qualifier] properly register notification query for del_isa_expect_response_code
  • Loading branch information
Shastick authored Nov 30, 2023
1 parent e5b983d commit 7db1c24
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 7db1c24

Please sign in to comment.