ext/test/unittest_rest.py
changeset 9517 3338b2205ea3
parent 9322 2dae5bf5ea68
child 9856 156a3fb4a884
--- a/ext/test/unittest_rest.py	Thu Feb 13 15:11:07 2014 +0100
+++ b/ext/test/unittest_rest.py	Tue Feb 11 11:03:01 2014 +0100
@@ -68,7 +68,7 @@
     def test_rql_role_with_unknown_vid(self):
         context = self.context()
         out = rest_publish(context, ':rql:`Any X WHERE X is CWUser:toto`')
-        self.assertTrue(out.startswith("<p>an error occured while interpreting this rql directive: ObjectNotFound(u'toto',)</p>"))
+        self.assertTrue(out.startswith("<p>an error occurred while interpreting this rql directive: ObjectNotFound(u'toto',)</p>"))
 
     def test_rql_role_without_vid(self):
         context = self.context()