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

Update 2 files

- /src/xapi/tests/tests.py
- /src/backend/.env.test
parent 018304dd
Branches
Tags
No related merge requests found
Pipeline #1561894 failed
DEBUG=False
DEBUG=True
TESTING=True
DATABASE_NAME=polaris_test
DATA_DISCLOSURE_EXPIRATION=7
......
......@@ -22,7 +22,7 @@ PROJECT_PATH = os.path.abspath(os.path.dirname(__name__))
def mock_store_in_lrs(x_api_statement):
return True
def mock_store_in_lrs(x_api_statement):
def retry_forward_statements(x_api_statement):
return True
class XAPITestCase(TestCase):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment