File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 9191_TEST_RUN = "run-1"
9292_TEST_OTHER_RUN = "run-2"
9393_TEST_DISPLAY_NAME = "test-display-name"
94- _TEST_CREDENTIALS = mock .Mock (spec = credentials .AnonymousCredentials ())
94+ _TEST_CREDENTIALS = mock .Mock (
95+ spec = credentials .AnonymousCredentials (),
96+ universe_domain = "googleapis.com" ,
97+ )
9598_TEST_BUCKET_NAME = "gs://test-bucket"
9699
97100# resource attributes
Original file line number Diff line number Diff line change 5050_TEST_PARENT = (
5151 f"projects/{ _TEST_PROJECT } /locations/{ _TEST_LOCATION } /metadataStores/default"
5252)
53- _TEST_CREDENTIALS = mock .Mock (spec = auth_credentials .AnonymousCredentials ())
53+ _TEST_CREDENTIALS = mock .Mock (
54+ spec = auth_credentials .AnonymousCredentials (),
55+ universe_domain = "googleapis.com" ,
56+ )
5457
5558
5659# artifact
You can’t perform that action at this time.
0 commit comments