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

Commit fc5a720

Browse files
fix: add system test back (#39)
1 parent adc3f70 commit fc5a720

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/system/test_system.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ class TestKeyManagementServiceClient(object):
2323
def test_list_global_key_rings(self):
2424
project_id = os.environ["PROJECT_ID"]
2525

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

0 commit comments

Comments
 (0)