Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
gkiko10 committed Aug 16, 2024
1 parent ab675c5 commit 518ebf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_jobs_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

def make_path_pattern(run_id: int, page_token: str) -> Pattern[str]:
return re.compile(
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}")}'
)


Expand Down

0 comments on commit 518ebf0

Please sign in to comment.