Move logic

This commit is contained in:
Leigh Morresi
2021-02-27 22:01:42 +01:00
parent 0ec9edb971
commit 47fcb8b4f8
3 changed files with 41 additions and 24 deletions

View File

@@ -118,5 +118,6 @@ def test_check_basic_change_detection_functionality(client, live_server):
res = client.get(url_for("index"))
assert b'unviewed' in res.data
# Cleanup everything
res = client.get(url_for("api_delete", uuid="all"), follow_redirects=True)
assert b'Deleted' in res.data