Skip to content

Commit c17d688

Browse files
committed
Revert etc test to use StartMessage
1 parent b9562b2 commit c17d688

File tree

1 file changed

+1
-1
lines changed
  • pkg/internal/testing/integration

1 file changed

+1
-1
lines changed

pkg/internal/testing/integration/etcd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ func (e *Etcd) setProcessState() error {
8686
return err
8787
}
8888

89-
e.processState.HealthCheckEndpoint = "/health"
89+
e.processState.StartMessage = internal.GetEtcdStartMessage(e.processState.URL)
9090

9191
e.URL = &e.processState.URL
9292
e.DataDir = e.processState.Dir

0 commit comments

Comments
 (0)