Skip to content

Commit e82a8fc

Browse files
- Fixed unit tests
1 parent fd79b38 commit e82a8fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/commands/asca/asca-engine_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ func Test_ExecuteAscaScan(t *testing.T) {
7676
ASCAWrapper: &mock.ASCAMockWrapper{},
7777
}
7878
// No CustomVorpal Location
79-
got, err := services.CreateASCAScanRequest(ASCAParams, wrapperParams, "")
79+
got, err := services.CreateASCAScanRequest(ASCAParams, wrapperParams)
8080
if (err != nil) != ttt.wantErr {
8181
t.Errorf("executeASCAScan() error = %v, wantErr %v", err, ttt.wantErr)
8282
return

0 commit comments

Comments
 (0)