We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa6fddf commit 0b9ccbaCopy full SHA for 0b9ccba
tests/integration/test_rest_routes.py
@@ -160,7 +160,7 @@ async def _launch_scan(
160
rest_address=doc["rest_address"], # see below
161
scanner_server_env_from_user=post_scan_body["scanner_server_env"],
162
)
163
- assert re.fullmatch(f"{re.escape('http://localhost:')}\d+", doc["rest_address"])
+ assert re.fullmatch(rf"{re.escape('http://localhost:')}\d+", doc["rest_address"])
164
165
# query the SkyScanK8sJobs coll
166
# -> since the scanner-server metadata is no longer stored in the manifest
0 commit comments