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 5259a8b commit 3dd4775Copy full SHA for 3dd4775
tests/config-tests.yml
@@ -1,5 +1,6 @@
1
pyms:
2
- requests: true
+ requests:
3
+ data: ""
4
swagger:
5
path: "swagger"
6
file: "swagger.yaml"
@@ -11,4 +12,4 @@ ms:
11
12
SQLALCHEMY_TRACK_MODIFICATIONS: true
13
SECRET_KEY: "gjr39dkjn344_!67#"
14
DATABASE: db_test.sqlite3
- SQLALCHEMY_DATABASE_URI: sqlite:///db_test.sqlite3
15
+ SQLALCHEMY_DATABASE_URI: sqlite:///db_test.sqlite3
0 commit comments