diff --git a/src/xapi/tests/tests.py b/src/xapi/tests/tests.py index 95f0db73081c73c741414a7e3649b8d4c970be93..de85721a74f96657dbae9da812f54a8011b721f5 100644 --- a/src/xapi/tests/tests.py +++ b/src/xapi/tests/tests.py @@ -1060,6 +1060,7 @@ class TextxAPIAdditionalLrs(BaseTestCase): self.statement, format="json", ) + print(response.json()) self.assertEqual(response.status_code, 200) self.assertEqual( response.json()["message"], "xAPI statements successfully stored in LRS"