Skip to content

Commit

Permalink
Add additional test for the controller options
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcharlton committed Feb 1, 2024
1 parent d3e650a commit ea11623
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmd/options/controller_options_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ func TestControllerOptions(t *testing.T) {
flag: "user-agent-extra",
found: true,
},
{
name: "lookup modify-volume-request-handler-timeout",
flag: "modify-volume-request-handler-timeout",
found: true,
},
{
name: "fail for non-desired flag",
flag: "some-other-flag",
Expand Down

0 comments on commit ea11623

Please sign in to comment.