Skip to content
Snippets Groups Projects
Commit aa93c9c1 authored by Lennard Strohmeyer's avatar Lennard Strohmeyer :penguin:
Browse files

DEBUG print (temporary, in an attempt to analyze server-side testing failures...

DEBUG print (temporary, in an attempt to analyze server-side testing failures which only happen in deployment)
parent c50954c5
No related branches found
No related tags found
No related merge requests found
Pipeline #1644342 failed
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment