mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 23:38:25 -04:00
notify-api-412 use black to enforce python coding style
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
def test_static_404s_return(client_request):
|
||||
client_request.get_response_from_url(
|
||||
'/static/images/some-image-that-doesnt-exist.png',
|
||||
"/static/images/some-image-that-doesnt-exist.png",
|
||||
_expected_status=404,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user