We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef8e07e + b989ab7 commit a50f987Copy full SHA for a50f987
1 file changed
tests/mock/mock.go
@@ -33,7 +33,7 @@ func RunMockDatabase(t *testing.T, tag string, etcdPort string, dbPort string) {
33
dbImage)
34
}()
35
time.Sleep(1000 * time.Millisecond)
36
- dockercli.PrintToStdout(t, stdout, stdoutPipe, "Starting")
+ dockercli.PrintToStdout(t, stdout, stdoutPipe, "Initialization complete.")
37
setkeys := []string{
38
"/deis/database/user",
39
"/deis/database/password",
0 commit comments