We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4dd00c commit 4070611Copy full SHA for 4070611
formatter/workflow_test.go
@@ -189,16 +189,6 @@ func TestMainWorkflow_Execute(t *testing.T) {
189
fileName: "main_workflow_Execute_3_test",
190
fileContent: "[NOT XML file]",
191
},
192
- {
193
- name: "Formatter is not defined (OutputFormat == nil)",
194
- w: &MainWorkflow{
195
- Config: &Config{},
196
- },
197
- wantErr: true,
198
- fileName: "main_workflow_Execute_4_test",
199
- fileContent: `<?xml version="1.0"?>
200
- <nmaprun></nmaprun>`,
201
202
{
203
name: "Empty CSV with header",
204
w: &MainWorkflow{
0 commit comments