Skip to content

Commit

Permalink
feat(bigquery): change location as suggested
Browse files Browse the repository at this point in the history
  • Loading branch information
HemangChothani committed Oct 17, 2019
1 parent e68cc24 commit 59eab6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigquery/tests/unit/test_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ class TestDataset(unittest.TestCase):
PROJECT = "project"
DS_ID = "dataset-id"
DS_REF = DatasetReference(PROJECT, DS_ID)
KMS_KEY_NAME = "projects/1/locations/global/keyRings/1/cryptoKeys/1"
KMS_KEY_NAME = "projects/1/locations/us/keyRings/1/cryptoKeys/1"

@staticmethod
def _get_target_class():
Expand Down

0 comments on commit 59eab6e

Please sign in to comment.