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

fix: add system test back #39

Merged
merged 1 commit into from Aug 24, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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})