Skip to content

Commit 0b9ccba

Browse files
committed
tests: query the ScanRequests coll - 4
1 parent fa6fddf commit 0b9ccba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_rest_routes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ async def _launch_scan(
160160
rest_address=doc["rest_address"], # see below
161161
scanner_server_env_from_user=post_scan_body["scanner_server_env"],
162162
)
163-
assert re.fullmatch(f"{re.escape('http://localhost:')}\d+", doc["rest_address"])
163+
assert re.fullmatch(rf"{re.escape('http://localhost:')}\d+", doc["rest_address"])
164164

165165
# query the SkyScanK8sJobs coll
166166
# -> since the scanner-server metadata is no longer stored in the manifest

0 commit comments

Comments
 (0)