Skip to content

Commit

Permalink
test(main): add e2e test and controller test
Browse files Browse the repository at this point in the history
Signed-off-by: cuisongliu <[email protected]>
  • Loading branch information
cuisongliu committed Oct 2, 2024
1 parent f6b9244 commit dba7810
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/controller/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ func GetProjectDir() (string, error) {
return wd, err
}
wd = strings.Replace(wd, "/internal/controller", "", -1)
wd = strings.Replace(wd, "/e2e", "", -1)
return wd, nil
}

Expand Down

0 comments on commit dba7810

Please sign in to comment.