Fix ruff W293 error - remove whitespace from blank line

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-16 17:23:28 +00:00
parent dad8954140
commit ae8a75489a
+1 -1
View File
@@ -186,7 +186,7 @@ class TestSendToAllDestinations:
def test_file_not_found_error(self, mock_log):
"""Test that FileNotFoundError is raised when file doesn't exist."""
result = send_to_all_destinations.apply(args=["/nonexistent/file.pdf"])
# When task raises an exception, result.failed() returns True
assert result.failed()
# The exception should be FileNotFoundError