mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 11:58:27 +00:00
We keep getting this failure on the spec but I cannot reproduce locally, add this extra log line to see if it helps: ``` > Chat::Api::ChatablesController#index with chat permissions does not return DM channels for users who are not in the chat allowed group > Failure/Error: example.run > > expected: 200 > got: 500 > > (compared using ==) > # ./plugins/chat/spec/requests/chat/api/chatables_controller_spec.rb:158:in `block (4 levels) in <main>' > # ./spec/rails_helper.rb:358:in `block (2 levels) in <top (required)>' > # ./vendor/bundle/ruby/3.2.0/gems/webmock-3.18.1/lib/webmock/rspec.rb:37:in `block (2 levels) in <top (required)>' > # ------------------ > # --- Caused by: --- > # > # expected: 200 > # got: 500 > # > # (compared using ==) > # ./plugins/chat/spec/requests/chat/api/chatables_controller_spec.rb:158:in `block (4 levels) in <main>' ```