#446 remove crown

This commit is contained in:
Kenneth Kehl
2023-04-13 07:13:04 -07:00
parent 6587ed5223
commit 65ea248429
23 changed files with 47 additions and 276 deletions

View File

@@ -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',