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 698c937 commit d847333Copy full SHA for d847333
tests/test_s3.py
@@ -70,7 +70,7 @@ def test_remove_object_exception():
70
71
# Apply our new minio client which has a user that does not exist
72
schema.external['share'].s3.client = Minio(
73
- 'minio:9000',
+ S3_CONN_INFO['endpoint'],
74
access_key='jeffjeff',
75
secret_key='jeffjeff',
76
secure=False)
0 commit comments