Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer committed Feb 20, 2025
1 parent 6f9d15b commit ffb8301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/test/test_run_crawl.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def test_wait_for_complete(admin_auth_headers, default_org_id):

assert len(data["initialPages"]) == 1
assert data["pagesQueryUrl"].endswith(
f"/orgs/{default_org_id}/crawls/{admin_crawl_id}/pages"
f"/orgs/{default_org_id}/crawls/{admin_crawl_id}/pagesSearch"
)

# ensure filename matches specified pattern
Expand Down

0 comments on commit ffb8301

Please sign in to comment.