diff --git a/controller/test/Test_notebooks.py b/controller/test/Test_notebooks.py index 8068568..e351e34 100644 --- a/controller/test/Test_notebooks.py +++ b/controller/test/Test_notebooks.py @@ -1587,7 +1587,7 @@ class Test_notebooks( Test_controller ): note = result[ "note" ] - expected_contents = title_with_tags + cgi.escape( junk ) + u"

blah

" + expected_contents = title_with_tags + u"foohaxx0r

blah

" assert note.object_id == new_note.object_id assert note.title == new_note.title