Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Commit

Permalink
fix: add system test back (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
arithmetic1728 committed Aug 24, 2020
1 parent adc3f70 commit fc5a720
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/system/test_system.py
Expand Up @@ -23,6 +23,7 @@ class TestKeyManagementServiceClient(object):
def test_list_global_key_rings(self):
project_id = os.environ["PROJECT_ID"]

# List key rings from the global location.
client = kms_v1.KeyManagementServiceClient()
parent = f"projects/{project_id}/locations/global"
client.list_key_rings(request={"parent": parent})

0 comments on commit fc5a720

Please sign in to comment.