Skip to content

Commit

Permalink
tests: fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Jan 17, 2025
1 parent 965d630 commit e9e10f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_rest_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ def get_tms_args(


async def _is_scan_complete(rc: RestClient, scan_id: str) -> bool:
resp = await rc.request("GET", f"/scans/{scan_id}/status")
resp = await rc.request("GET", f"/scan/{scan_id}/status")
pprint.pprint(resp)
return resp["scan_complete"]

Expand Down

0 comments on commit e9e10f3

Please sign in to comment.