[Tests] Fix a few failing ones because of pr #430

This commit is contained in:
Earlopain 2022-09-28 19:00:26 +02:00
parent d1f2101cb6
commit 668c1baccb
No known key found for this signature in database
GPG Key ID: 6CFB948E15246897

View File

@ -5,6 +5,8 @@ FactoryBot.define do
is_locked { false }
category_id { Danbooru.config.alias_implication_forum_category }
creator_ip_addr { "127.0.0.1" }
transient do
body { FFaker::Lorem.sentences.join(" ") }
end