Skip to content

Commit

Permalink
correct e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
medmes committed Dec 2, 2024
1 parent 5c6a313 commit eff3b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/create/create_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ var _ = Describe("Test 'create' command", Ordered, func() {

By("And spec.mandatory should be true")
Expect(template.Spec.Mandatory).To(BeTrue())
Expect(template.Labels[shared.MandatoryLabel]).To(Equal("true"))
Expect(template.Labels[shared.IsMandatoryModule]).To(Equal("true"))
})
})

Expand Down

0 comments on commit eff3b4b

Please sign in to comment.