Skip to content

Commit

Permalink
remove irrelevant test
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
  • Loading branch information
crenshaw-dev committed Jul 11, 2023
1 parent d7c1724 commit 772c354
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions cmpserver/plugin/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,16 +99,6 @@ metadata:
expected: nil,
expectedErr: "invalid plugin configuration file. metadata.name should be non-empty.",
},
{
name: "invalid kind",
fileContents: `
kind: invalid
metadata:
name: name
`,
expected: nil,
expectedErr: "invalid plugin configuration file. kind should be ConfigManagementPlugin, found invalid",
},
{
name: "empty generate command",
fileContents: `
Expand Down

0 comments on commit 772c354

Please sign in to comment.