Skip to content

Commit 7fe6219

Browse files
author
Tom Brewster
committed
Remove expiration date for kv
1 parent cac0c00 commit 7fe6219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/test_integration_secrets_manager_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def test_create_and_delete_kv_secret(self):
6363
'kv',
6464
{'collection_type': 'application/vnd.ibm.secrets-manager.secret+json', 'collection_total': 1},
6565
[{'name': generate_name(), 'description': 'Integration test generated', 'labels': ['label1', 'label2'],
66-
'expiration_date': generate_expiration_date(), 'payload': {"foo": "data"}}]
66+
'payload': {"foo": "data"}}]
6767
)
6868
assert response.status_code == 200
6969
secretId = response.result['resources'][0]['id']

0 commit comments

Comments
 (0)