Add functional test for metrics endpoint

This commit is contained in:
Markus Muellner
2022-03-31 17:54:24 +02:00
committed by Benj Fassbind
parent 6539e1b856
commit db19a56458
5 changed files with 56 additions and 5 deletions
+1
View File
@@ -142,6 +142,7 @@ class BaseTest(object):
"gpgDisableSign": False,
"ppaDistributorID": "ubuntu",
"ppaCodename": "",
"enableMetricsEndpoint": True,
}
configOverride = {}
environmentOverride = {}