Commit a806a1ed authored by Gabriel Mazetto's avatar Gabriel Mazetto

Update factories to use dynamic attributes

Static attributes are deprecated in FactoryBot 4.x and removed on 5.x.
https://thoughtbot.com/blog/deprecating-static-attributes-in-factory_bot-4-11
parent b37a7f12
......@@ -83,7 +83,7 @@ FactoryBot.modify do
end
trait :github_imported do
import_type 'github'
import_type { 'github' }
end
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment