This commit is contained in:
msramalho
2024-10-19 01:30:59 +01:00
parent 17950ecff7
commit 0486f0d9ef

View File

@@ -64,7 +64,7 @@ def test_search_by_url(client_with_auth, db_session):
assert response.status_code == 200
assert len(response.json()) == 0
response = client_with_auth.get("/url/search?url=https://example.com&archived_affter=2010-01-01")
response = client_with_auth.get("/url/search?url=https://example.com&archived_after=2010-01-01")
assert response.status_code == 200
assert len(response.json()) == 10