Skip to content

Commit 5287b04

Browse files
committed
fix tests
1 parent 3ee273c commit 5287b04

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

config/config_test.go

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -374,20 +374,6 @@ func TestConfig_Parse(t *testing.T) {
374374
c.Printer.Format = PrinterFormatPlain
375375
}),
376376
},
377-
{
378-
name: "Set print targets",
379-
args: []string{"--print-targets", "stderr"},
380-
expected: modifiedConfig(func(c *Config) {
381-
c.Printer.targets = PrinterTargetErr
382-
}),
383-
},
384-
{
385-
name: "Set print targets - shorthand",
386-
args: []string{"-o", "stderr"},
387-
expected: modifiedConfig(func(c *Config) {
388-
c.Printer.targets = PrinterTargetErr
389-
}),
390-
},
391377
{
392378
name: "Enable print version",
393379
args: []string{"--version"},

0 commit comments

Comments
 (0)