fix unicode strings in common/

This commit is contained in:
Matthew Piatetsky
2019-02-01 13:34:57 -05:00
parent 33d16d8e24
commit 9681ca36b8
88 changed files with 457 additions and 456 deletions

View File

@@ -861,7 +861,6 @@ class MatlabTest(unittest.TestCase):
'response_data': {},
'describedby_html': 'aria-describedby="status_{id}"'.format(id=prob_id)
}
self.assertEqual(context, expected)
self.the_input.capa_system.render_template = DemoSystem().render_template
self.the_input.get_html() # Should not raise an exception