Skip to content

Commit

Permalink
PP-12218: docker-compose wait is too new for github ubuntu latest, so…
Browse files Browse the repository at this point in the history
… execute the healthcheck in the grafana container instead
  • Loading branch information
jfharden committed Feb 23, 2024
1 parent e2e907f commit 32702f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var _ = Describe("Happy path", func() {

for i := 1; i <= 10; i++ {
curlCmd := exec.Command(
"docker-compose", "exec", "-T", "resource",
"docker-compose", "exec", "-T", "grafana",
"curl",
"-u", "admin:admin", "-sf", "-m", "10",
"http://grafana:3000/api/health",
Expand Down

0 comments on commit 32702f4

Please sign in to comment.