summaryrefslogtreecommitdiff
path: root/spec/factories/abuse_reports.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/factories/abuse_reports.rb')
-rw-r--r--spec/factories/abuse_reports.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/factories/abuse_reports.rb b/spec/factories/abuse_reports.rb
index 4ae9b4def8e..355fb142994 100644
--- a/spec/factories/abuse_reports.rb
+++ b/spec/factories/abuse_reports.rb
@@ -6,5 +6,6 @@ FactoryBot.define do
user
message { 'User sends spam' }
reported_from_url { 'http://gitlab.com' }
+ links_to_spam { ['https://gitlab.com/issue1', 'https://gitlab.com/issue2'] }
end
end