Skip to content

Commit

Permalink
move consumer deletion from after all
Browse files Browse the repository at this point in the history
Signed-off-by: myan <[email protected]>
  • Loading branch information
yanmxa committed Jul 10, 2024
1 parent e687ffc commit 0fd97f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/pkg/consumer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ var _ = Describe("Consumer", Ordered, func() {
Expect(eq).To(BeTrue())
})

AfterAll(func() {
It("delete consumer", func() {
// delete the consumer
resp, err := apiClient.DefaultApi.ApiMaestroV1ConsumersIdDelete(ctx, *consumer.Id).Execute()
Expect(err).NotTo(HaveOccurred())
Expand Down

0 comments on commit 0fd97f3

Please sign in to comment.