From aa93c9c170aceba7e8376b4290c7fb840f6316cc Mon Sep 17 00:00:00 2001 From: Lennard Strohmeyer <lennard.strohmeyer@digitallearning.gmbh> Date: Mon, 17 Mar 2025 16:14:37 +0100 Subject: [PATCH] DEBUG print (temporary, in an attempt to analyze server-side testing failures which only happen in deployment) --- src/xapi/tests/tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xapi/tests/tests.py b/src/xapi/tests/tests.py index 95f0db7..de85721 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" -- GitLab