Skip to content

Commit

Permalink
last fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Shastick committed Mar 21, 2024
1 parent 11e5b60 commit a5c4b72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ def _verify_oir_mutation(self):
) as check:
if no_scope_q.status_code != 401:
check.record_failed(
summary=f"Expected 403, got {no_scope_q.status_code}",
summary=f"Expected 401, got {no_scope_q.status_code}",
query_timestamps=[no_scope_q.request.timestamp],
)
self._sanity_check_oir_not_updated(check, no_scope_q)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Update operational intent reference response format test step fragment
# Create operational intent reference response format test step fragment

This test step fragment validates that an operational intent references creation returns a body in the correct format.

Expand Down

0 comments on commit a5c4b72

Please sign in to comment.