mirror of https://github.com/mastodon/mastodon
Remove `default_scope` from `Admin::ActionLog` (#28026)
parent
291dc04e67
commit
e48ecd2929
@ -1,6 +1,6 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
Fabricator('Admin::ActionLog') do
|
||||
Fabricator(:action_log, from: Admin::ActionLog) do
|
||||
account { Fabricate.build(:account) }
|
||||
action 'MyString'
|
||||
target nil
|
Loading…
Reference in New Issue