discourse/plugins/chat/spec/services/auto_remove
Loïc Guitaut 93e02069b0 DEV: Don’t provide an array to site settings group lists in specs
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"`.
2024-10-17 11:25:31 +02:00
..
handle_category_updated_spec.rb DEV: fix flakey spec in handle_category_udpated (#21488) 2023-05-11 08:01:02 +02:00
handle_chat_allowed_groups_change_spec.rb DEV: Remove full group refreshes from tests (#25414) 2024-01-25 14:28:26 +08:00
handle_destroyed_group_spec.rb DEV: Remove full group refreshes from tests (#25414) 2024-01-25 14:28:26 +08:00
handle_user_removed_from_group_spec.rb DEV: Don’t provide an array to site settings group lists in specs 2024-10-17 11:25:31 +02:00