Skip to content

Commit

Permalink
use external prefix in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wbh1 committed Apr 20, 2022
1 parent b224db9 commit 417f218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/e2ethanos/services.go
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ func (q *QuerierBuilder) Build() (e2e.InstrumentedRunnable, error) {
fmt.Sprintf("querier-%v", q.name),
q.image,
e2e.NewCommand("query", args...),
e2e.NewHTTPReadinessProbe("http", "/-/ready", 200, 200),
e2e.NewHTTPReadinessProbe("http", path.Join("/", q.externalPrefix, "/-/ready"), 200, 200),
8080,
9091,
)
Expand Down

0 comments on commit 417f218

Please sign in to comment.