Fix test (was used to test gitlab email

This commit is contained in:
Ruben van Staveren 2022-03-11 13:42:36 +01:00
parent 5971c27a8f
commit f3f8bd5dc6
Signed by: ruben
GPG Key ID: 886F6BECD477A93F

View File

@ -18,5 +18,4 @@ def test_flush(client, mocker):
response = client.get(f"/flush/{name}",
headers={"Authorization": "Basic " + valid_credentials})
assert response.json['operation'] == 'delete'
assert response.json['operation'] == 'flush'