Commit 601e7e78 authored by Mayra Cabrera's avatar Mayra Cabrera

Merge branch 'fix-factories-factorybot' into 'master'

Fix master: FactoryBot dynamic attribute

See merge request gitlab-org/gitlab!17974
parents b37a7f12 a806a1ed
......@@ -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