Skip to content

Commit

Permalink
chore: update checkrole test (apecloud#3779)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuriwuyun authored Jun 14, 2023
1 parent 52957a0 commit f75a309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/component/probe_utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ var _ = Describe("probe_utils", func() {

It("should build role changed probe container", func() {
buildRoleProbeContainer("wesql", container, clusterDefProbe, probeServiceHTTPPort)
Expect(container.ReadinessProbe.Exec.Command).ShouldNot(BeEmpty())
Expect(container.ReadinessProbe.HTTPGet).ShouldNot(BeNil())
})

It("should build role service container", func() {
Expand Down

0 comments on commit f75a309

Please sign in to comment.