Skip to content

Commit

Permalink
fix e2e
Browse files Browse the repository at this point in the history
Signed-off-by: myan <[email protected]>
  • Loading branch information
yanmxa committed Jul 4, 2024
1 parent a059a24 commit 1b81375
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 @@ -106,7 +106,7 @@ var _ = Describe("Consumer", Ordered, func() {
Expect(resp.StatusCode).To(Equal(http.StatusNoContent))

// delete the consumer
resp, err = apiClient.DefaultApi.ApiMaestroV1ConsumersIdDelete(ctx, *consumer.Id).Execute()
resp, err = apiClient.DefaultApi.ApiMaestroV1ConsumersIdDelete(ctx, *resourceConsumer.Id).Execute()
Expect(err).To(Succeed())
Expect(resp.StatusCode).To(Equal(http.StatusNoContent))
})
Expand Down

0 comments on commit 1b81375

Please sign in to comment.