test_settings_oauth is broken in rocket.chat 5.0
https://github.com/jadolg/rocketchat_API/blob/858709e06979ec406cadad37bf5fa8c837676aa9/tests/test_settings.py#L22
@sistason could you please check this up? I'm unable to find good documentation about this and it started failing on the latest releases. You might have issues with this in your own codebase if you updated to 5.0 already.
I will check if I find something to fix this as soon as I can (next couple of days)
I spend 2h looking at this mess, but did not find a solution.
I got the method.calls to work again, but the settings-endpoints for (oauth-)services (service.configurations + settings.oauth) do not return any services anymore, even complete, working oauth configs.
Will try to debug more later, I figure that we need to set some more fields in order for them to show up (https://github.com/RocketChat/Rocket.Chat/blob/develop/apps/meteor/app/api/server/v1/settings.ts#L68), but I'm a bit drained out from this right now -.-
Maybe someone at https://open.rocket.chat/channel/python_rocketchat_api can help.