Expect that crawl deleted response is bool, not int (#1170)

This commit is contained in:
Tessa Walsh 2023-09-12 18:03:17 -04:00 committed by GitHub
parent c9c39d47b7
commit f980c3c509
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(