Skip to content

Commit 219a20f

Browse files
authored
Update s3_auth_test.py
1 parent 152e0fc commit 219a20f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: tests/s3_auth_test.py

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ def test_s3_auth_test(self):
1414

1515
self.assertNotIn(': 403', console_output) # Because we can have just '403' substring in timestamp
1616
self.assertMessage(console_output, contains='S3_pre_start_check successful')
17-
self.assertMessage(console_output, contains='HTTP response: 200')
1817
self.assertIn(
1918
f"INFO: Backup catalog '{self.backup_dir}' successfully initialized",
2019
console_output)

0 commit comments

Comments
 (0)