Skip to content

Commit

Permalink
fix wrong print format
Browse files Browse the repository at this point in the history
Signed-off-by: Reficul <[email protected]>
  • Loading branch information
xuzhenglun committed Feb 21, 2017
1 parent 91da14c commit a77cf51
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 a77cf51

Please sign in to comment.