Fix test (was used to test gitlab email
This commit is contained in:
@ -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'
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user