mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
fixed the tests
This commit is contained in:
parent
fe6c544532
commit
aca8f85699
File diff suppressed because it is too large
Load diff
|
@ -96,7 +96,7 @@ func TestReadyAndHealthy(t *testing.T) {
|
|||
Context: nil,
|
||||
Storage: &tsdb.ReadyStorage{},
|
||||
QueryEngine: nil,
|
||||
TargetManager: nil,
|
||||
ScrapeManager: nil,
|
||||
RuleManager: nil,
|
||||
Notifier: nil,
|
||||
RoutePrefix: "/",
|
||||
|
@ -187,7 +187,7 @@ func TestRoutePrefix(t *testing.T) {
|
|||
Context: nil,
|
||||
Storage: &tsdb.ReadyStorage{},
|
||||
QueryEngine: nil,
|
||||
TargetManager: nil,
|
||||
ScrapeManager: nil,
|
||||
RuleManager: nil,
|
||||
Notifier: nil,
|
||||
RoutePrefix: "/prometheus",
|
||||
|
|
Loading…
Reference in a new issue