mirror of
https://github.com/simple-login/app.git
synced 2025-02-20 22:02:54 +08:00
rename env.test to test.env
This commit is contained in:
parent
495a17873f
commit
87a348932d
2 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
import os
|
||||
|
||||
os.environ["CONFIG"] = os.path.abspath(
|
||||
os.path.join(os.path.dirname(os.path.dirname(__file__)), "tests/env.test")
|
||||
os.path.join(os.path.dirname(os.path.dirname(__file__)), "tests/test.env")
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue