diff --git a/spec/system/assign_topic_spec.rb b/spec/system/assign_topic_spec.rb index 05cd7f02..d3c5c37b 100644 --- a/spec/system/assign_topic_spec.rb +++ b/spec/system/assign_topic_spec.rb @@ -13,6 +13,7 @@ SiteSetting.prioritize_full_name_in_ux = false # The system tests in this file are flaky and auth token related so turning this on SiteSetting.verbose_auth_token_logging = true + SiteSetting.whispers_allowed_groups = [Group[:staff].id] sign_in(admin) end