Merge remote-tracking branch 'upstream/pull/5074'

This commit is contained in:
Tom Hughes 2024-08-14 19:01:05 +01:00
commit d009219987

View file

@ -1,6 +1,6 @@
require "application_system_test_case"
class ReportNoteTest < ApplicationSystemTestCase
class UserBlocksSystemTest < ApplicationSystemTestCase
test "revoke all link is absent for anonymous users when viewed user has active blocks" do
blocked_user = create(:user)
create(:user_block, :user => blocked_user)