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 ab675c5 commit 518ebf0Copy full SHA for 518ebf0
tests/test_jobs_mixin.py
@@ -7,7 +7,7 @@
7
8
def make_path_pattern(run_id: int, page_token: str) -> Pattern[str]:
9
return re.compile(
10
- f'{re.escape("http://localhost/api/")}2.\d{re.escape(f"/jobs/runs/get?page_token={page_token}&run_id={run_id}")}'
+ rf'{re.escape("http://localhost/api/")}2.\d{re.escape(f"/jobs/runs/get?page_token={page_token}&run_id={run_id}")}'
11
)
12
13
0 commit comments