We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ab21d5 commit 2a4675fCopy full SHA for 2a4675f
tests/conftest.py
@@ -23,7 +23,7 @@
23
from app.main import app
24
25
# Load test environment variables from .env.test
26
-ENV_PATH = Path(__file__).resolve().parents[1] / "docker" / ".env.test"
+ENV_PATH = Path(__file__).resolve().parents[1] / "docker_fs" / ".env.test"
27
load_dotenv(dotenv_path=ENV_PATH, override=True)
28
29
0 commit comments