8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e68cc24 commit 59eab6eCopy full SHA for 59eab6e
bigquery/tests/unit/test_dataset.py
@@ -275,7 +275,7 @@ class TestDataset(unittest.TestCase):
275
PROJECT = "project"
276
DS_ID = "dataset-id"
277
DS_REF = DatasetReference(PROJECT, DS_ID)
278
- KMS_KEY_NAME = "projects/1/locations/global/keyRings/1/cryptoKeys/1"
+ KMS_KEY_NAME = "projects/1/locations/us/keyRings/1/cryptoKeys/1"
279
280
@staticmethod
281
def _get_target_class():
0 commit comments