Skip to content

Fix for mismatch in EE on FIXTURE_PATHS to FIXTURE_PATH

Rémy Coutable requested to merge ce-10266-job-failed-173481892 into master

CE backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/9916.

What does this MR do?

Fixes the broken master due to the before not known mismatch between CE (JavaScriptFixturesHelpers::FIXTURE_PATH) and EE (JavaScriptFixturesHelpers::FIXTURE_PATHS <- plural). This fixes the problem in EE and I will prepare a full backport of the array to CE.

What are the relevant issue numbers?

Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/10266.

Merge request reports