Fix pubsub abstractions
igorshapiro opened this issue · 0 comments
igorshapiro commented
Currently all handler test helpers assume we're using the old push
model. The pull model is essentially not being tested.
We should do one of those:
- Get rid of the pull model code and refactor the test helpers
- Abstract out message context and refactor the test helpers