There was an error while loading. Please reload this page.
1 parent 008224b commit 844ce4fCopy full SHA for 844ce4f
tests/unit/test_client.py
@@ -1844,7 +1844,7 @@ def test_conformance_post_policy(test_data):
1844
in_data = test_data["policyInput"]
1845
timestamp = datetime.datetime.strptime(in_data["timestamp"], "%Y-%m-%dT%H:%M:%SZ")
1846
1847
- client = Client(credentials=_DUMMY_CREDENTIALS)
+ client = Client(credentials=_DUMMY_CREDENTIALS, project="PROJECT")
1848
1849
# mocking time functions
1850
with mock.patch("google.cloud.storage._signing.NOW", return_value=timestamp):
0 commit comments