We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6301c9b commit 7380215Copy full SHA for 7380215
1 file changed
integration/storage/test_minio.py
@@ -33,7 +33,8 @@ class MinioTest(Integration.ContainerTestBase):
33
# Output seemed to have changed recently, see
34
# https://github.com/apache/libcloud/runs/7481114211?check_suite_focus=true
35
# ready_message = b'Console endpoint is listening on a dynamic port'
36
- ready_message = b"1 Online"
+ # ready_message = b"1 Online"
37
+ ready_message = b"MinIO Object Storage Server"
38
39
def test_cdn_url(self):
40
self.skipTest("Not implemented in driver")
0 commit comments