remove printer helpers

This commit is contained in:
juanvallejo
2018-05-01 15:48:46 -04:00
parent d7d4381961
commit 5a34e4f594
24 changed files with 286 additions and 382 deletions

View File

@@ -119,7 +119,7 @@ func TestRunAccessCheck(t *testing.T) {
for _, test := range tests {
t.Run(test.name, func(t *testing.T) {
test.o.Out = ioutil.Discard
test.o.Err = ioutil.Discard
test.o.ErrOut = ioutil.Discard
tf := cmdtesting.NewTestFactory()
defer tf.Cleanup()