We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9562b2 commit c17d688Copy full SHA for c17d688
pkg/internal/testing/integration/etcd.go
@@ -86,7 +86,7 @@ func (e *Etcd) setProcessState() error {
86
return err
87
}
88
89
- e.processState.HealthCheckEndpoint = "/health"
+ e.processState.StartMessage = internal.GetEtcdStartMessage(e.processState.URL)
90
91
e.URL = &e.processState.URL
92
e.DataDir = e.processState.Dir
0 commit comments