Skip to content

Commit

Permalink
Update jobbergate-api/tests/apps/test_services.py
Browse files Browse the repository at this point in the history
Co-authored-by: Juliana Karoline de Sousa <[email protected]>
  • Loading branch information
fschuch and julianaklulo authored Dec 16, 2024
1 parent 5ecb3df commit a9807bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobbergate-api/tests/apps/test_services.py
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ async def test_render__raises_422_on_bad_template(self, make_upload_file, dummy_

async def test_render__raises_422_on_sandbox_violation(self, make_upload_file, dummy_file_service):
"""
Test that the ``render()`` method raises a 422 error if the template unsecure.
Test that the ``render()`` method raises a 422 error if the template is unsecure.
"""
dummy_upload_file = make_upload_file()
with make_upload_file(content="dummy {{ foo.__str__() }} content") as dummy_upload_file:
Expand Down

0 comments on commit a9807bd

Please sign in to comment.