Skip to content

Commit dee80aa

Browse files
committed
Fixed db string
1 parent d26ac6c commit dee80aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def fix_loop(settings):
3333
return loop
3434

3535

36-
DB_DSN = os.getenv('DATABASE_URL', 'postgresql://postgres:waffle@localhost:5432/morpheus_test')
36+
DB_DSN = os.getenv('DATABASE_URL', 'postgresql://postgres@localhost:5432/morpheus_test')
3737

3838

3939
@pytest.fixture(name='settings')

0 commit comments

Comments
 (0)