adding EMAIL_ADMIN to test config
This commit is contained in:
parent
181b7da69f
commit
d956271908
|
@ -32,6 +32,7 @@ class TestConfig(DevicehubConfig):
|
||||||
SERVER_NAME = 'localhost'
|
SERVER_NAME = 'localhost'
|
||||||
TMP_SNAPSHOTS = '/tmp/snapshots'
|
TMP_SNAPSHOTS = '/tmp/snapshots'
|
||||||
TMP_LIVES = '/tmp/lives'
|
TMP_LIVES = '/tmp/lives'
|
||||||
|
EMAIL_ADMIN = 'foo@foo.com'
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture(scope='session')
|
@pytest.fixture(scope='session')
|
||||||
|
|
Reference in New Issue