From ea77ef08aa2656b8c1b873d782d7932f37a25ab4 Mon Sep 17 00:00:00 2001 From: Hossein Shafagh Date: Tue, 10 Nov 2020 17:45:02 -0800 Subject: [PATCH] testing for delete --- lemur/plugins/lemur_aws/tests/test_plugin.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lemur/plugins/lemur_aws/tests/test_plugin.py b/lemur/plugins/lemur_aws/tests/test_plugin.py index be9b14fd..89a318ca 100644 --- a/lemur/plugins/lemur_aws/tests/test_plugin.py +++ b/lemur/plugins/lemur_aws/tests/test_plugin.py @@ -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