Skip to content

Commit

Permalink
now comparing urls
Browse files Browse the repository at this point in the history
  • Loading branch information
daanelson committed Jan 24, 2025
1 parent 9587b69 commit 4755c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cog_safe_push/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ async def run(self) -> None:
)
if not matches:
raise TestCaseFailedError(
f"Test case failed: URL mismatch. {error}"
f"Test case failed: file at URL {self.output.url} does not match file at URL {output_url}. {error}"
)
else:
raise TestCaseFailedError(
Expand Down

0 comments on commit 4755c04

Please sign in to comment.