Skip to content

Commit a538c03

Browse files
committed
fix in settings as well
1 parent 1fd1594 commit a538c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/encoded/tests/conftest_settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
'testing': True,
3333
'indexer': True,
3434
'mpindexer': False,
35-
'env.name': 'fourfront-mastertest',
35+
'env.name': 'fourfront_mastertest', # MUST be different than the actual env name
3636
'production': True,
3737
'pyramid.debug_authorization': True,
3838
'postgresql.statement_timeout': 20,

0 commit comments

Comments
 (0)