Fix tests in response to breakage in #351
This commit is contained in:
parent
2fd1d5969e
commit
4625ecf273
4 changed files with 14 additions and 7 deletions
|
@ -51,3 +51,5 @@ class TestConfig(DefaultConfig):
|
|||
LICENSE_EXPIRATION_WARNING = datetime.now() + timedelta(weeks=520)
|
||||
|
||||
FEATURE_GITHUB_BUILD = True
|
||||
|
||||
CLOUDWATCH_NAMESPACE = None
|
||||
|
|
Reference in a new issue