Skip to content

Commit

Permalink
update-test
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHX committed Feb 6, 2023
1 parent 5b01cc2 commit 59847f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/container/docker_cli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ func TestRunFlagsParseShmSize(t *testing.T) {

func TestParseRestartPolicy(t *testing.T) {
invalids := map[string]string{
"always:2:3": "invalid restart policy format",
"always:2:3": "invalid restart policy format: maximum retry count must be an integer",
"on-failure:invalid": "maximum retry count must be an integer",
}
valids := map[string]container.RestartPolicy{
Expand Down

0 comments on commit 59847f9

Please sign in to comment.