We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fd1594 commit a538c03Copy full SHA for a538c03
src/encoded/tests/conftest_settings.py
@@ -32,7 +32,7 @@
32
'testing': True,
33
'indexer': True,
34
'mpindexer': False,
35
- 'env.name': 'fourfront-mastertest',
+ 'env.name': 'fourfront_mastertest', # MUST be different than the actual env name
36
'production': True,
37
'pyramid.debug_authorization': True,
38
'postgresql.statement_timeout': 20,
0 commit comments