Skip to content

Commit

Permalink
Merge pull request moby#31206 from xuzhenglun/master
Browse files Browse the repository at this point in the history
fix wrong print format
  • Loading branch information
vieux authored Feb 21, 2017
2 parents 0eacd8a + a77cf51 commit adcf82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/container/opts_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ func TestParseHealth(t *testing.T) {
t.Fatalf("--health-cmd: got %#v", health.Test)
}
if health.Timeout != 0 {
t.Fatalf("--health-cmd: timeout = %f", health.Timeout)
t.Fatalf("--health-cmd: timeout = %s", health.Timeout)
}

checkError("--no-healthcheck conflicts with --health-* options",
Expand Down

0 comments on commit adcf82c

Please sign in to comment.