mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 13:55:55 +00:00
docker: fix failing test
This commit is contained in:
parent
7c0e5036a8
commit
c72e6bdb37
@ -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…
x
Reference in New Issue
Block a user