Skip to content

Commit

Permalink
added test tag to HealthConfig Test
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisz100 authored May 14, 2018
1 parent 644aae3 commit 94957d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v1/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ type HealthConfig struct {
// {"NONE"} : disable healthcheck
// {"CMD", args...} : exec arguments directly
// {"CMD-SHELL", command} : run command with system's default shell
Test []string `json:",omitempty"`
Test []string `json:"test,omitempty"`

// Zero means to inherit. Durations are expressed as integer nanoseconds.
Interval time.Duration `json:",omitempty"` // Interval is the time to wait between checks.
Expand Down

0 comments on commit 94957d1

Please sign in to comment.