Skip to content

Fix broken master for non existent method call

Steve Xuereb requested to merge 25194-job-failed-488495592 into master

What does this MR do?

Fix broken master for non existent method call

Why was this MR needed?

In !1911 (merged) s.projectUniqueName() was removed since it's no longer needed. However the fork was behind master, and in !1775 (merged) we introduced a config map to be generated on the name of the project. Since we merged the fork which was behind master the failure didn't show.

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

Closes #25194 (closed)

Merge request reports