Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-nicolas committed Dec 16, 2024
1 parent 2df9203 commit 34dfa1c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/e2e/api_pools_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,6 @@ var _ = Context("Payments API Pools", func() {
poolID := uuid.New().String()
err := RemovePool(ctx, app.GetValue(), ver, poolID)
Expect(err).To(BeNil())

var msg = GenericEventPayload{ID: poolID}
Eventually(e).Should(Receive(Event(evts.EventTypeDeletePool, WithPayloadSubset(msg))))
})
})

Expand Down Expand Up @@ -195,9 +192,6 @@ var _ = Context("Payments API Pools", func() {
poolID := uuid.New().String()
err := RemovePool(ctx, app.GetValue(), ver, poolID)
Expect(err).To(BeNil())

var msg = GenericEventPayload{ID: poolID}
Eventually(e).Should(Receive(Event(evts.EventTypeDeletePool, WithPayloadSubset(msg))))
})
})

Expand Down

0 comments on commit 34dfa1c

Please sign in to comment.