From 2cce7322131244d179f697c1b6c5ed64582b4e68 Mon Sep 17 00:00:00 2001 From: arithmetic1728 Date: Mon, 24 Aug 2020 10:37:40 -0700 Subject: [PATCH] fix: add system test back --- tests/system/test_system.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/system/test_system.py b/tests/system/test_system.py index fd0789fe..273e075c 100644 --- a/tests/system/test_system.py +++ b/tests/system/test_system.py @@ -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})