Skip to content

Commit

Permalink
Update test/integration/scheduler/workload_controller_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Aldo Culquicondor <1299064+alculquicondor@users.noreply.github.com>
  • Loading branch information
PBundyra and alculquicondor committed Apr 16, 2024
1 parent 7dadb9d commit 597959a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/scheduler/workload_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ var _ = ginkgo.Describe("Workload controller with scheduler", func() {
}, util.Timeout, util.Interval).Should(gomega.Succeed())
})

ginkgo.By("updating admission check strategies", func() {
ginkgo.By("adding an additional admission check to the clusterqueue", func() {
createdQueue := kueue.ClusterQueue{}
queueKey := client.ObjectKeyFromObject(clusterQueue)
gomega.Eventually(func(g gomega.Gomega) {
Expand Down

0 comments on commit 597959a

Please sign in to comment.