diff --git a/ietf/submit/tests.py b/ietf/submit/tests.py index 57420620b..d59c1b8c0 100644 --- a/ietf/submit/tests.py +++ b/ietf/submit/tests.py @@ -1525,7 +1525,7 @@ Subject: test r = self.client.post(url, files) if r.status_code != 302: q = PyQuery(r.content) - print(q('div.has-error span.help-block div').text) + print(q('div.has-error span.help-block div').text()) self.assertEqual(r.status_code, 302)