mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
Reformatted a handful more tests
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
@@ -134,7 +134,7 @@ def test_does_not_delete_non_temp_email_file(client_request, mocker):
|
||||
"app.s3_client.s3_logo_client.delete_s3_object"
|
||||
)
|
||||
|
||||
with pytest.raises(ValueError) as error:
|
||||
with pytest.raises(ValueError) as error: # noqa: PT011 # Requires more research.
|
||||
delete_email_temp_file(filename)
|
||||
|
||||
assert mocked_delete_s3_object.called is False
|
||||
|
||||
Reference in New Issue
Block a user