Skip to content
Snippets Groups Projects
Commit 5bc2a214 authored by Benjamin Ledel's avatar Benjamin Ledel
Browse files

Merge branch 'main' of git.rwth-aachen.de:polaris/entwicklung/rights-engine

parents 2e699b38 aa93c9c1
No related branches found
No related tags found
No related merge requests found
Pipeline #1644367 failed
...@@ -1060,6 +1060,7 @@ class TextxAPIAdditionalLrs(BaseTestCase): ...@@ -1060,6 +1060,7 @@ class TextxAPIAdditionalLrs(BaseTestCase):
self.statement, self.statement,
format="json", format="json",
) )
print(response.json())
self.assertEqual(response.status_code, 200) self.assertEqual(response.status_code, 200)
self.assertEqual( self.assertEqual(
response.json()["message"], "xAPI statements successfully stored in LRS" 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.
Please register or to comment