Skip to content

Commit 887f48f

Browse files
daniel-sanchersamborski
authored andcommitted
KMS test fix [(#1690)](#1690)
1 parent 366fa72 commit 887f48f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

kms/snippets/asymmetric_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
from cryptography.hazmat.backends.openssl.rsa import _RSAPublicKey
2222
from googleapiclient import discovery
2323
from googleapiclient.errors import HttpError
24-
import sample
24+
25+
import asymmetric as sample
2526

2627

2728
def create_key_helper(key_id, key_path, purpose, algorithm, t):

0 commit comments

Comments
 (0)