testing for delete
This commit is contained in:
parent
8efa682858
commit
ea77ef08aa
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue