Disambiguate project's path and name in factories
What does this MR do and why?
A lot of tests are using Project#name
interchangeably with Project#path
due to the fact that our factory sets the same value for both attributes by default.
This can make tests brittle and confusing so this MR changes the default Project path
and name
to have separate and clear values.
Previous iteration to fixing specs to reduce diff in this MR:
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #37245 (closed).
Edited by Rémy Coutable