mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
#446 remove crown
This commit is contained in:
@@ -1,13 +1,3 @@
|
||||
def test_crown_logo(client_request):
|
||||
# This image is used by the email templates, so we should be really careful to make
|
||||
# sure that its always there.
|
||||
client_request.logout()
|
||||
client_request.get_response_from_url(
|
||||
'/static/images/email-template/crown-32px.gif',
|
||||
_expected_status=200,
|
||||
)
|
||||
|
||||
|
||||
def test_static_404s_return(client_request):
|
||||
client_request.get_response_from_url(
|
||||
'/static/images/some-image-that-doesnt-exist.png',
|
||||
|
||||
Reference in New Issue
Block a user