adding EMAIL_ADMIN to test config

This commit is contained in:
Cayo Puigdefabregas 2021-02-22 21:15:25 +01:00
parent 181b7da69f
commit d956271908
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ class TestConfig(DevicehubConfig):
SERVER_NAME = 'localhost'
TMP_SNAPSHOTS = '/tmp/snapshots'
TMP_LIVES = '/tmp/lives'
EMAIL_ADMIN = 'foo@foo.com'
@pytest.fixture(scope='session')