Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.

DEV: Fix assign spec to account for assignment created as whispers #662

Merged
merged 1 commit into from
Jun 13, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions spec/system/assign_topic_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down