Skip to content

Commit d847333

Browse files
committed
Fix s3 bug.
1 parent 698c937 commit d847333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_s3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def test_remove_object_exception():
7070

7171
# Apply our new minio client which has a user that does not exist
7272
schema.external['share'].s3.client = Minio(
73-
'minio:9000',
73+
S3_CONN_INFO['endpoint'],
7474
access_key='jeffjeff',
7575
secret_key='jeffjeff',
7676
secure=False)

0 commit comments

Comments
 (0)