Skip to content

Commit a0e846d

Browse files
author
Matt Rogers
committed
remove namespace flag from test
1 parent d5934d2 commit a0e846d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: pkg/cmd/server/bootstrappolicy/policy_test.go

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ func TestCreateBootstrapPolicyFile(t *testing.T) {
3535
defer os.Remove(f.Name())
3636
cmd := admin.NewCommandCreateBootstrapPolicyFile("", "", nil)
3737
cmd.Flag("filename").Value.Set(f.Name())
38-
cmd.Flag("openshift-namespace").Value.Set("openshift-custom-ns")
3938
cmd.Run(cmd, nil)
4039
data, err := ioutil.ReadFile(f.Name())
4140
if err != nil {

0 commit comments

Comments
 (0)