Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48f645e commit 5145ef0Copy full SHA for 5145ef0
kms/api-client/snippets_test.py
@@ -191,7 +191,7 @@ def check_policy():
191
found = True
192
assert found
193
eventually_consistent.call(check_policy,
194
- exceptions=[Aborted, AssertionError])
+ exceptions=(Aborted, AssertionError))
195
# remove member
196
snippets.remove_member_from_crypto_key_policy(self.project_id,
197
self.location,
@@ -211,7 +211,7 @@ def check_policy():
211
212
assert not found
213
214
215
216
def test_symmetric_encrypt_decrypt(self):
217
cipher_bytes = snippets.encrypt_symmetric(self.project_id,
0 commit comments