Skip to content

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:

  1. !118242 (merged)
  2. !118419 (merged)

MR acceptance checklist

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

Related to #37245 (closed).

Edited by Rémy Coutable

Merge request reports

Loading