Skip to content

Commit

Permalink
fix e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
parametalol committed Feb 13, 2024
1 parent e8ddc1c commit 4420c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/e2e_central_traits_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ var _ = Describe("central traits", Ordered, func() {
Expect(err).Should(Succeed())

resp, err := client.PublicAPI().DeleteCentralById(ctx, central.Id, true)
Expect(resp.StatusCode).To(Equal(http.StatusBadRequest))
Expect(resp.StatusCode).To(Equal(http.StatusConflict))
Expect(err).To(HaveOccurred())

_, err = adminAPI.DeleteDbCentralById(ctx, central.Id)
Expand Down

0 comments on commit 4420c77

Please sign in to comment.