Skip to content

Commit

Permalink
Updated e2e tests
Browse files Browse the repository at this point in the history
Signed-off-by: Felipe Avelar <[email protected]>
  • Loading branch information
felipe-avelar committed Apr 27, 2021
1 parent 67dec63 commit d121d0d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions e2e/cli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,12 @@ var tests = []struct {
name: "E2E-CLI-004",
args: args{
args: []cmdArgs{
[]string{"--ci", "--verbose"},
[]string{"scan", "--ci", "--verbose"},
[]string{"--ci", "scan", "--verbose"},
},
expectedOut: []string{
"E2E_CLI_004",
"E2E_CLI_004",
"E2E_CLI_004",
},
},
wantStatus: 126,
Expand Down

0 comments on commit d121d0d

Please sign in to comment.