Disable prometheus in tests
This commit is contained in:
parent
7c727dfc9d
commit
1ed1bc9ed3
1 changed files with 2 additions and 0 deletions
|
@ -73,3 +73,5 @@ class TestConfig(DefaultConfig):
|
|||
|
||||
INSTANCE_SERVICE_KEY_KID_LOCATION = 'test/data/test.kid'
|
||||
INSTANCE_SERVICE_KEY_LOCATION = 'test/data/test.pem'
|
||||
|
||||
PROMETHEUS_AGGREGATOR_URL = None
|
||||
|
|
Reference in a new issue