Skip to content

Commit

Permalink
Fixing check details
Browse files Browse the repository at this point in the history
  • Loading branch information
punamverma committed Dec 1, 2023
1 parent 9687ac2 commit 83a40d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def expect_interuss_post_interactions(
check.record_failed(
summary=f"Notification to {posted_to_url} not sent",
severity=Severity.Medium,
details=f"Notification to {posted_to_url} not sent",
details=f"Notification to {posted_to_url} not sent even though DSS instructed the planning USS to notify due to subscription.",
requirements="SCD0085",
query_timestamps=[query.request.timestamp],
)
Expand Down

0 comments on commit 83a40d8

Please sign in to comment.