Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mvpatel2000 committed May 8, 2024
1 parent 3e819e1 commit 8c26f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/object_store/test_gs_object_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def test_gs_object_store_integration_json_auth():
del os.environ['GCS_KEY']
if 'GCS_SECRET' in os.environ:
del os.environ['GCS_SECRET']
test_gs_object_store_integration_json_auth(expected_use_gcs_sdk_val=True, client_should_be_none=False)
test_gs_object_store_integration_hmac_auth(expected_use_gcs_sdk_val=True, client_should_be_none=False)


@pytest.fixture
Expand Down

0 comments on commit 8c26f55

Please sign in to comment.