Skip to content

Commit

Permalink
added delete for login_logout (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
amarjandu authored Aug 2, 2019
1 parent 40d51a6 commit a496e08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/integration/dss/test_dss_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,9 @@ def test_python_login_logout_service_account(self):
resp = self.client.put_subscription(es_query=query, callback_url="https://www.example.com", replica="aws")
self.assertIn("uuid", resp)

deletion_resp = self.client.delete_subscription(uuid=resp['uuid'], replica='aws',
subscription_type='elasticsearch')
self.assertIn("timeDeleted", deletion_resp)
access_token = "test_access_token"

self.client.login(access_token=access_token)
Expand Down

0 comments on commit a496e08

Please sign in to comment.