Skip to content

Commit

Permalink
change command to argocd
Browse files Browse the repository at this point in the history
Signed-off-by: nitishfy <[email protected]>
  • Loading branch information
nitishfy committed Oct 8, 2024
1 parent 1cdae37 commit c314e43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/argocd/commands/plugin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,11 @@ func Test_ArgoCDPluginHandler(t *testing.T) {
},
{
name: "test that a plugin does not execute over Cobra's __complete command",
args: []string{"kubectl", cobra.ShellCompRequestCmd, "de"},
args: []string{"argocd", cobra.ShellCompRequestCmd, "de"},
},
{
name: "test that a plugin does not execute over Cobra's __completeNoDesc command",
args: []string{"kubectl", cobra.ShellCompNoDescRequestCmd, "de"},
args: []string{"argocd", cobra.ShellCompNoDescRequestCmd, "de"},
},
}

Expand Down

0 comments on commit c314e43

Please sign in to comment.