diff --git a/jingo/tests/test_helpers.py b/jingo/tests/test_helpers.py index d9e56ff..21f83ff 100644 --- a/jingo/tests/test_helpers.py +++ b/jingo/tests/test_helpers.py @@ -99,9 +99,8 @@ def test_class_selected(): def test_csrf(): s = render('{{ csrf() }}', {'csrf_token': 'fffuuu'}) - eq_(s, "
") + csrf = "" + assert csrf in s def test_field_attrs():