mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-24 02:41:20 +08:00
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"`. |
||
|---|---|---|
| .. | ||
| bookmarks_controller_spec.rb | ||
| categories_controller_spec.rb | ||
| email_controller_spec.rb | ||
| notifications_controller_spec.rb | ||
| users_controller_spec.rb | ||