Skip to content

Commit

Permalink
Fix CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
serra committed Aug 23, 2024
1 parent c9eeeec commit 7c4b658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_upload_files_to_vine.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Since we do not specify a minio cli options in our tests,
# floridayvine will fallback to the environment variables,
# so we can use those for our assertions too.
minio_endpoint = os.getenv("MINIO_ENDPOINT")
minio_endpoint = os.getenv("MINIO_ENDPOINT", "play.min.io")
minio_access_key = os.getenv("MINIO_ACCESS_KEY")
minio_secret_key = os.getenv("MINIO_SECRET_KEY")
minio_client = Minio(minio_endpoint, minio_access_key, minio_secret_key, secure=False)
Expand Down

0 comments on commit 7c4b658

Please sign in to comment.