Skip to content

Commit

Permalink
Update s3_auth_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
demonolock authored Oct 10, 2024
1 parent 152e0fc commit 219a20f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/s3_auth_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ def test_s3_auth_test(self):

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

0 comments on commit 219a20f

Please sign in to comment.