Skip to content

Commit

Permalink
Updated missed line in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rbarberop committed Feb 1, 2023
1 parent de9bf50 commit 7cc4598
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -76,7 +76,7 @@ var _ = ginkgo.Describe("Workload controller", func() {
})
ginkgo.It("Should update status when workloads are created", func() {
wl = testing.MakeWorkload("one", ns.Name).Request(corev1.ResourceCPU, "1").Obj()
message = fmt.Sprintf("Queue %s doesn't exist", "")
message = fmt.Sprintf("LocalQueue %s doesn't exist", "")
gomega.Expect(k8sClient.Create(ctx, wl)).To(gomega.Succeed())
gomega.Eventually(func() int {
gomega.Expect(k8sClient.Get(ctx, client.ObjectKeyFromObject(wl), &updatedQueueWorkload)).To(gomega.Succeed())
Expand Down

0 comments on commit 7cc4598

Please sign in to comment.