Commit 9247919f authored by Ash McKenzie's avatar Ash McKenzie

Add missing FactoryBot for FactoryBot.create

parent e3c914ef
......@@ -10,7 +10,7 @@ class Gitlab::Seeder::ComplianceDashboardMergeRequests
end
def admin
@admin ||= create(:user, :admin)
@admin ||= FactoryBot.create(:user, :admin)
end
def seed!
......
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