Skip to content

Commit

Permalink
Revert etc test to use StartMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
mcristina422 committed Jan 23, 2020
1 parent b9562b2 commit c17d688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/internal/testing/integration/etcd.go
Expand Up @@ -86,7 +86,7 @@ func (e *Etcd) setProcessState() error {
return err
}

e.processState.HealthCheckEndpoint = "/health"
e.processState.StartMessage = internal.GetEtcdStartMessage(e.processState.URL)

e.URL = &e.processState.URL
e.DataDir = e.processState.Dir
Expand Down

0 comments on commit c17d688

Please sign in to comment.