mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 18:25:56 +01:00
pass go test
This commit is contained in:
parent
60e15cc1fa
commit
0c7f2142ff
@ -1141,7 +1141,7 @@ func TestDeleteRepJob(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestFilterRepJobs(t *testing.T) {
|
||||
jobs, err := FilterRepJobs(policyID, "", "")
|
||||
jobs, err := FilterRepJobs(policyID, "", "", nil, nil, 1000)
|
||||
if err != nil {
|
||||
log.Errorf("Error occured in FilterRepJobs: %v, policy ID: %d", err, policyID)
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user