Skip to content

Commit 36374e1

Browse files
author
Hugo Camino
committed
Fixes for unit tests and standarization.
1 parent a553e5b commit 36374e1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ms:
22
DEBUG: false
33
TESTING: false
44
APP_NAME: Template
5-
APPLICATION_ROOT : ''
5+
APPLICATION_ROOT : /template
66
SQLALCHEMY_TRACK_MODIFICATIONS: true
77
SECRET_KEY: "gjr39dkjn344_!67#"
88
DATABASE: db.sqlite3

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ Flask-SQLAlchemy==2.3.2
22
# py-ms==0.1.1
33
git+https://github.com/python-microservices/pyms.git@master#egg=py-ms
44
Flask-Script==2.0.6
5-
connexion[swagger-ui]
5+
connexion[swagger-ui]==2.0.1

tests/config-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ ms:
66
SQLALCHEMY_TRACK_MODIFICATIONS: true
77
SECRET_KEY: "gjr39dkjn344_!67#"
88
DATABASE: db_test.sqlite3
9-
SQLALCHEMY_DATABASE_URI: sqlite:////microservice/database/db_test.sqlite3
9+
SQLALCHEMY_DATABASE_URI: sqlite:///db_test.sqlite3

0 commit comments

Comments
 (0)