Skip to content
Snippets Groups Projects
Commit f0e758b0 authored by tsm-odoo's avatar tsm-odoo
Browse files

[FIX] bus: fix im_status during tests


Before this PR, the `_mockIrWebsocket__updatePresence` route of the
bus mock server could lead to errors when no im status ids were
provided. This commit fixes this issue by ensuring im status ids
were passed before calling `_mockIrWebsocket__getImStatus` method.

Moreover, old longpolling routes were still present on the bus mock
server. This commit removes these routes.

closes odoo/odoo#100583

closes odoo/odoo#100651

Signed-off-by: default avatarAlexandre Kühn (aku) <aku@odoo.com>
Signed-off-by: default avatarSébastien Theys (seb) <seb@odoo.com>
parent 6162260a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment