testing for delete

This commit is contained in:
Hossein Shafagh 2020-11-10 17:45:02 -08:00
parent 8efa682858
commit ea77ef08aa
1 changed files with 5 additions and 0 deletions

View File

@ -80,3 +80,8 @@ def test_upload_acme_token(app):
# put data, and getting the same data
assert (response == token_content)
response = p.delete_acme_token(token_path=token_path,
options=additional_options,
account_number=account)
assert response