mirror of https://github.com/zulip/zulip.git
2e8dec233e
Note that while the test mocks the actual message send, we now have a `get_stream` call in the queue worker, so we have to set up a real stream for testing (or we could have mocked that as well, but it didn't seem necessary). The setup queries add to the amount of queries reported by the test, plus the `get_stream` call. I just made the query count a digits regex, which is a little bit lame, but I don't think it's worth risking test flakes for this. |
||
---|---|---|
.. | ||
__init__.py | ||
queue_processors.py |