Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
lchen-2101 committed May 24, 2024
1 parent ee1edac commit ef577ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/services/test_submission_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,9 @@ async def test_validate_and_update_submission_malformed(
await submission_processor.validate_and_update_submission(
"2024", "123456790", mock_sub, None, {"continue": True}
)
log_mock.exception.assert_called_with("Validation for submission %d did not complete due to an unexpected error.", mock_sub.id)
log_mock.exception.assert_called_with(
"Validation for submission %d did not complete due to an unexpected error.", mock_sub.id
)

async def test_validation_expired(
self,
Expand Down

0 comments on commit ef577ab

Please sign in to comment.