Skip to content

Commit

Permalink
new tag
Browse files Browse the repository at this point in the history
Signed-off-by: bmordeha <[email protected]>
  • Loading branch information
Barakmor1 committed Oct 24, 2023
1 parent c5f5866 commit 8e1aec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/mtq-controller/application_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ var _ = Describe("Application", func() {
})

Context("with closed channel", func() {
It("should return 200 and that it is the leader", func() {
It("should return 200 and that it is the leader.", func() {
close(app.readyChan)
request.URL, _ = url.Parse("/leader")
handler.ServeHTTP(recorder, request)
Expand Down

0 comments on commit 8e1aec3

Please sign in to comment.