fixed spelling mistake
This commit is contained in:
@@ -31,7 +31,7 @@ from shared.repositories.src.implementations import (
|
|||||||
# set random seed for reproducibility
|
# set random seed for reproducibility
|
||||||
random.seed(13)
|
random.seed(13)
|
||||||
|
|
||||||
# load loca test environment variables
|
# load local test environment variables
|
||||||
test_env_path = Path(__file__).parent.parent.parent.parent.parent / 'test.env'
|
test_env_path = Path(__file__).parent.parent.parent.parent.parent / 'test.env'
|
||||||
load_dotenv('test.env')
|
load_dotenv('test.env')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user