Fix test (was used to test gitlab email

This commit is contained in:
2022-03-11 13:42:36 +01:00
parent 5971c27a8f
commit f3f8bd5dc6

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'