Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
clear out session token in for minio tests
Signed-off-by: tokoko <togurg14@freeuni.edu.ge>
  • Loading branch information
tokoko committed Mar 22, 2024
commit 90f5d198cd9307978ffdbd1df2a04e5259721f59
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ def minio_registry() -> Registry:
"FEAST_S3_ENDPOINT_URL": f"http://{container_host}:{exposed_port}",
"AWS_ACCESS_KEY_ID": minio_user,
"AWS_SECRET_ACCESS_KEY": minio_password,
"AWS_SESSION_TOKEN": ""
}

with mock.patch.dict(os.environ, mock_environ):
Expand Down