diff --git a/plugin/errors/setup_test.go b/plugin/errors/setup_test.go index 6af6aea57..5dbc9eca6 100644 --- a/plugin/errors/setup_test.go +++ b/plugin/errors/setup_test.go @@ -13,10 +13,10 @@ import ( func TestErrorsParse(t *testing.T) { tests := []struct { - inputErrorsRules string - shouldErr bool - optCount int - stacktrace bool + inputErrorsRules string + shouldErr bool + optCount int + stacktrace bool }{ {`errors`, false, 0, false}, {`errors stdout`, false, 0, false},