Fix test (was used to test gitlab email
This commit is contained in:
parent
5971c27a8f
commit
f3f8bd5dc6
@ -18,5 +18,4 @@ def test_flush(client, mocker):
|
|||||||
response = client.get(f"/flush/{name}",
|
response = client.get(f"/flush/{name}",
|
||||||
headers={"Authorization": "Basic " + valid_credentials})
|
headers={"Authorization": "Basic " + valid_credentials})
|
||||||
|
|
||||||
assert response.json['operation'] == 'delete'
|
assert response.json['operation'] == 'flush'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user