Skip to content

Commit

Permalink
even more info
Browse files Browse the repository at this point in the history
  • Loading branch information
daanelson committed Jan 24, 2025
1 parent 4755c04 commit 6b907af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cog_safe_push/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ async def run(self) -> None:
raise TestCaseFailedError(
f"Test case failed: file at URL {self.output.url} does not match file at URL {output_url}. {error}"
)
else:
log.info(f"File at URL {self.output.url} matched file at URL {output_url}")
else:
raise TestCaseFailedError(
f"Test case failed: Expected URL, got '{truncate(output, 200)}'"
Expand Down

0 comments on commit 6b907af

Please sign in to comment.