Fix some tests.
This commit is contained in:
parent
2da0d4ad75
commit
0b160eba33
2 changed files with 8 additions and 8 deletions
|
@ -134,9 +134,9 @@ class BuildNodeConfig(object):
|
|||
|
||||
|
||||
class TestConfig(FlaskConfig, FakeStorage, EphemeralDB, FakeUserfiles,
|
||||
FakeAnalytics):
|
||||
FakeAnalytics, StripeTestConfig):
|
||||
LOGGING_CONFIG = {
|
||||
'level': logging.DEBUG,
|
||||
'level': logging.WARN,
|
||||
'format': LOG_FORMAT
|
||||
}
|
||||
POPULATE_DB_TEST_DATA = True
|
||||
|
|
Reference in a new issue