Add password to test db

This commit is contained in:
Xavier Bustamante Talavera 2018-07-08 15:00:28 +02:00
parent b5950bfe42
commit 8f5b93739a
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ from ereuse_devicehub.resources.user.models import User
class TestConfig(DevicehubConfig):
SQLALCHEMY_DATABASE_URI = 'postgresql://localhost/dh_test'
SQLALCHEMY_DATABASE_URI = 'postgresql://dhub:ereuse@localhost/dh_test'
SCHEMA = 'test'
TESTING = True
ORGANIZATION_NAME = 'FooOrg'