Skip to content

Commit 5f300f8

Browse files
committed
fix test check mismatch
1 parent fcb19a2 commit 5f300f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monitoring/uss_qualifier/scenarios/astm/utm/dss/uss_availability_simple.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def _step_attempt_update_missing_version(self):
9999
def _step_attempt_update_incorrect_version(self):
100100
self.begin_test_step("Attempt update with incorrect version")
101101
with self.check(
102-
"Request to update USS availability status with empty version fails",
102+
"Request to update USS availability status with incorrect version fails",
103103
self._pid,
104104
) as check:
105105
try:

0 commit comments

Comments
 (0)