You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> assert b'Apply for membership' in response.content
E assert b'Apply for membership' in b'<!DOCTYPE html>\n<html lang="en">\n <head>\n <meta charset="utf-8">\n <me
ta http-equiv="x-ua-compat...v>\n </form>\n</div>\n\n </main>\n\n <script src="/static/js/asylum.js"></script>\n \n </b
ody>\n</html>'
E + where b'<!DOCTYPE html>\n<html lang="en">\n <head>\n <meta charset="utf-8">\n <meta http-equiv="x-ua-comp
at...v>\n </form>\n</div>\n\n </main>\n\n <script src="/static/js/asylum.js"></script>\n \n </body>\n</html>' = <django
.template.response.TemplateResponse object at 0x7f03963c2e80>.content
members/tests/test_application.py:21: AssertionError
It seems localisation does something horrible to members/tests/test_application.py::test_get_application_form under codefresh CI because this test works when I'm running it...
http://pytest-django.readthedocs.io/en/latest/helpers.html#rf-requestfactory
The text was updated successfully, but these errors were encountered: