We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bf6e04 commit c2e53d1Copy full SHA for c2e53d1
pkg/options/run_test.go
@@ -136,7 +136,7 @@ func TestRunOptions_Validate(t *testing.T) {
136
if err == nil {
137
t.Errorf("RunOptions.Validate() did not return an error")
138
} else {
139
- expectedError := "invalid output format, expected [json yaml toml], got invalid_format"
+ expectedError := "invalid output format, expected [json yaml toml xml], got invalid_format"
140
if err.Error() != expectedError {
141
t.Errorf("unexpected error message:\nexpected: %s\ngot: %s", expectedError, err.Error())
142
}
0 commit comments