Skip to content

Commit

Permalink
fix: test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop committed Oct 17, 2023
1 parent 0173bdb commit d27239f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/jobs/canary/canary_jobs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ var _ = ginkgo.Describe("Test Sync Canary Job", ginkgo.Ordered, func() {
err = db.Gorm.Create(canaryM).Error
Expect(err).To(BeNil())

response, err := db.GetAllCanariesForSync()
response, err := db.GetAllCanariesForSync("")
Expect(err).To(BeNil())
Expect(len(response)).To(Equal(1))
})
Expand Down

0 comments on commit d27239f

Please sign in to comment.