about summary refs log tree commit diff
path: root/spec/fabricators
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fabricators')
-rw-r--r--spec/fabricators/follow_request_fabricator.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/fabricators/follow_request_fabricator.rb b/spec/fabricators/follow_request_fabricator.rb
index 78a057919..c00ddf84d 100644
--- a/spec/fabricators/follow_request_fabricator.rb
+++ b/spec/fabricators/follow_request_fabricator.rb
@@ -1,4 +1,4 @@
 Fabricator(:follow_request) do
   account
-  target_account { Fabricate(:account) }
+  target_account { Fabricate(:account, locked: true) }
 end