src/notes/tests/api/note.py
changeset 120 892980a3af09
parent 119 8ff8e2aee0f9
child 128 34a75bd8d0b9
--- a/src/notes/tests/api/note.py	Wed Jul 19 15:57:13 2017 +0200
+++ b/src/notes/tests/api/note.py	Wed Jul 19 16:20:29 2017 +0200
@@ -204,6 +204,9 @@
 
         for note_json in json_resp['results']:
             self.assertEqual(str(self.session1.ext_id), note_json.get('session'))
+            self.assertIn('plain', note_json)
+            self.assertIn('html', note_json)
+            self.assertIn('raw', note_json)
 
 
     def test_root_note_list_modified(self):