Skip to content

Commit

Permalink
[common] Run tests using database c2cgeoportal_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-morvan committed Oct 25, 2017
1 parent 39b3ab0 commit 63a6e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commons/acceptance_tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@pytest.fixture(scope='session')
def settings():
return {
'sqlalchemy.url': 'postgresql://www-data:www-data@localhost:5432/c2cgeoportal',
'sqlalchemy.url': 'postgresql://www-data:www-data@localhost:5432/c2cgeoportal_tests',
'schema': 'main',
'parent_schema': '',
'srid': 3857
Expand Down

0 comments on commit 63a6e7c

Please sign in to comment.