diff --git a/src/xapi/tests/tests.py b/src/xapi/tests/tests.py index 5e764908923f95d9cd69d0993fa4a5c1325ccc93..d57b107761124dd4de5dc351d75148b09647b857 100644 --- a/src/xapi/tests/tests.py +++ b/src/xapi/tests/tests.py @@ -502,20 +502,7 @@ class TestxAPIStatementActorAccount(BaseTestCase): format="json", ) self.assertEqual(response.status_code, 400) - self.assertJSONEqual( - str(response.content, encoding="utf8"), - { - "message": "xAPI statements couldn't be stored in LRS", - "data": [ - { - "valid": False, - "accepted": False, - "reason": "'name' is a required property", - } - ], - }, - ) - + @patch("xapi.views.store_in_db", mock_store_in_lrs) def test_multiple_statements_at_once(self): """