chore: fix test case

This commit is contained in:
salman2013
2023-10-10 09:56:28 +05:00
parent 8bd5be2ab4
commit 8f97ac90cf

View File

@@ -82,6 +82,9 @@ class Env:
DEVSTACK_SETTINGS = 'devstack_docker' if USING_DOCKER else 'devstack'
TEST_SETTINGS = 'test'
# Mongo databases that will be dropped before/after the tests run
MONGO_HOST = 'edx.devstack.mongo' if USING_DOCKER else 'localhost'
# Test Ids Directory
TEST_DIR = REPO_ROOT / ".testids"