Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.

Commit 54541b4

Browse files
author
woodsaj
committed
update end2end to work with latest grafana.
1 parent 090f7c3 commit 54541b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stacktest/tests/end2end_carbon/end2end_carbon_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func TestStartup(t *testing.T) {
6464
matchers := []track.Matcher{
6565
{Str: "metrictank.*metricIndex initialized.*starting data consumption$"},
6666
{Str: "metrictank.*carbon-in: listening on.*2003"},
67-
{Str: "grafana.*Initializing HTTP Server.*:3000"},
67+
{Str: "grafana.*HTTP Server Listen.*:3000"},
6868
}
6969
select {
7070
case <-tracker.Match(matchers):

0 commit comments

Comments
 (0)