Skip to content

Commit

Permalink
Remove empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
bonzofenix committed Jun 26, 2024
1 parent 3275997 commit b0829ec
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,7 @@ var _ = Describe("Eventgenerator", func() {
Expect(rsp.StatusCode).To(Equal(http.StatusOK))
rsp.Body.Close()
})

})

})

Describe("when Health server is ready to serve RESTful API", func() {
Expand Down Expand Up @@ -171,7 +169,6 @@ var _ = Describe("Eventgenerator", func() {
Expect(healthData).To(ContainSubstring("go_goroutines"))
Expect(healthData).To(ContainSubstring("go_memstats_alloc_bytes"))
rsp.Body.Close()

})
})
})
Expand All @@ -182,7 +179,6 @@ var _ = Describe("Eventgenerator", func() {
})
Context("when username and password are incorrect for basic authentication during health check", func() {
It("should return 401", func() {

req, err := http.NewRequest(http.MethodGet, fmt.Sprintf("%s/health", serverURL), nil)
Expect(err).NotTo(HaveOccurred())

Expand Down

0 comments on commit b0829ec

Please sign in to comment.