Expect that crawl deleted response is bool, not int (#1170)
This commit is contained in:
parent
c9c39d47b7
commit
f980c3c509
@ -65,7 +65,7 @@ def test_delete_crawls(
|
||||
assert r.status_code == 200
|
||||
data = r.json()
|
||||
|
||||
assert data["deleted"] == 2
|
||||
assert data["deleted"]
|
||||
|
||||
# Verify that crawls don't exist in db
|
||||
r = requests.get(
|
||||
|
Loading…
Reference in New Issue
Block a user