Skip to content

Commit

Permalink
fix: minor ruff lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Nov 21, 2024
1 parent fa305b4 commit 7d7b38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/endpoints/test_submissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def test_upload_bytes__no_filename(self):
form_id=fixture["form_id"],
project_id=fixture["project_id"],
)
self.assertIn('file_name: str type expected', str(context.exception))
self.assertIn("file_name: str type expected", str(context.exception))

def test_upload_file__ok(self):
"""Should return True when the file attachment is successfully uploaded."""
Expand Down

0 comments on commit 7d7b38e

Please sign in to comment.