Skip to content

Commit 66ea7a9

Browse files
author
Yonathan-Yellin
committed
create public cert - challenges added
1 parent 78c9667 commit 66ea7a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration/test_integration_secrets_manager_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ def test_lock_unlock_and_delete_secret(self):
370370
secretId = response.result['resources'][0]['id']
371371

372372
# Lock secret
373-
locks = [LockSecretBodyLocksItem('test-lock', 'exclusive', {"Key": "Value"})]
373+
locks = [LockSecretBodyLocksItem('test-lock')]
374374
response = secretsManager.lock_secret(
375375
'arbitrary',
376376
secretId,

0 commit comments

Comments
 (0)