diff --git a/tests/test_context_processors.py b/tests/test_context_processors.py index 697eb1e..1bb64d2 100644 --- a/tests/test_context_processors.py +++ b/tests/test_context_processors.py @@ -85,7 +85,7 @@ def test_context_processors(client, app): client.post('/reset', data=dict(email='matt@lp.com')) email = outbox[0] - assert b'global' in email.html + assert 'global' in email.html assert 'bar' in email.html