Skip to content

Commit 518ebf0

Browse files
committed
Fix warning
1 parent ab675c5 commit 518ebf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_jobs_mixin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
def make_path_pattern(run_id: int, page_token: str) -> Pattern[str]:
99
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}")}'
10+
rf'{re.escape("http://localhost/api/")}2.\d{re.escape(f"/jobs/runs/get?page_token={page_token}&run_id={run_id}")}'
1111
)
1212

1313

0 commit comments

Comments
 (0)