Skip to content

Use FactoryBot.create instead of building objects and saving them

Mehmet Emin INAC requested to merge 275983_use_create_instead_of_build into master

What does this MR do and why?

According to #275983 (closed), previously there was an issue with the group factories that was overriding the name provided by the users which seems to be fixed so we don't need the workaround anymore.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports