Skip to content

Commit 1c185ff

Browse files
committed
fix ci
1 parent 238b122 commit 1c185ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ func setupQuestDB0(ctx context.Context, auth ilpAuthType, setupProxy bool) (*que
140140
req := testcontainers.ContainerRequest{
141141
Image: "questdb/questdb:9.0.2",
142142
ExposedPorts: []string{"9000/tcp", "9009/tcp"},
143-
WaitingFor: wait.ForHTTP("/ping").WithPort("9000"),
143+
WaitingFor: wait.ForHTTP("/settings").WithPort("9000"),
144144
Networks: []string{networkName},
145145
NetworkAliases: map[string][]string{networkName: {"questdb"}},
146146
Env: env,

0 commit comments

Comments
 (0)