8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 152e0fc commit 219a20fCopy full SHA for 219a20f
tests/s3_auth_test.py
@@ -14,7 +14,6 @@ def test_s3_auth_test(self):
14
15
self.assertNotIn(': 403', console_output) # Because we can have just '403' substring in timestamp
16
self.assertMessage(console_output, contains='S3_pre_start_check successful')
17
- self.assertMessage(console_output, contains='HTTP response: 200')
18
self.assertIn(
19
f"INFO: Backup catalog '{self.backup_dir}' successfully initialized",
20
console_output)
0 commit comments