Skip to content

Commit

Permalink
change ok to accepted
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeshggwp committed Oct 26, 2023
1 parent c8c047e commit da4aaa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ var _ = Describe("The plugin", func() {
Expect(err).ToNot(HaveOccurred())
_, err = io.Copy(GinkgoWriter, resp.Body)
Expect(err).ToNot(HaveOccurred())
Expect(resp.StatusCode).To(Equal(http.StatusOK))
Expect(resp.StatusCode).To(Equal(http.StatusAccepted))
})
It(fmt.Sprintf("should execute the alerts evaluation query"), func() {
req, err := http.NewRequest(http.MethodGet, "http://grafana.grafana-mongodb-it.cluster/api/prometheus/grafana/api/v1/rules", nil)
Expand Down

0 comments on commit da4aaa7

Please sign in to comment.