mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 19:14:32 +08:00
93e02069b0
This is extracted from https://github.com/discourse/discourse/pull/29129. In some chat specs, we provide an array as a value for group lists like `chat_allowed_groups`, which is wrong. This results in a value like `"1|2|[3]"` instead of `"1|2|3"`. |
||
---|---|---|
.. | ||
admin | ||
chat | ||
core_ext | ||
application_controller_spec.rb | ||
chat_controller_spec.rb | ||
direct_messages_controller_spec.rb | ||
emojis_controller_spec.rb |