docker: fix failing test

pull/3633/head
Frank Schroeder 7 years ago
parent 7c0e5036a8
commit c72e6bdb37
No known key found for this signature in database
GPG Key ID: 4D65C6EAEC87DECD

@ -646,7 +646,7 @@ func TestCheck_Docker(t *testing.T) {
fmt.Fprint(w, "some output")
},
},
out: regexp.MustCompile("^start exec failed for container 123 with status 999: some output$"),
out: regexp.MustCompile("^start exec failed for container 123 with status 999: body: some output err: <nil>$"),
state: api.HealthCritical,
},
{

Loading…
Cancel
Save