From f3f8bd5dc6b14702baa5b06172e51e7e900ccb95 Mon Sep 17 00:00:00 2001 From: Ruben van Staveren Date: Fri, 11 Mar 2022 13:42:36 +0100 Subject: [PATCH] Fix test (was used to test gitlab email --- tests/test_flush.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_flush.py b/tests/test_flush.py index 559b460..ea6219d 100644 --- a/tests/test_flush.py +++ b/tests/test_flush.py @@ -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'