docker: fix failing test

This commit is contained in:
Frank Schroeder 2017-10-31 09:26:34 +01:00
parent ed1b1b54cd
commit 82a52d3b50
No known key found for this signature in database
GPG Key ID: 4D65C6EAEC87DECD
1 changed files with 1 additions and 1 deletions

View File

@ -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,
},
{