Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-11-24 15:12:29 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-11-24 15:12:29 +0300
commit83ffdf48518e121c1ccab9d7913d3f7e79d7766c (patch)
tree478c690873fcd6b448968f4ff3158e7050b04917 /spec/helpers
parentaab5db568e1090b5a9ae9cec6d788f88ac6faa4c (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/helpers')
-rw-r--r--spec/helpers/ci/pipeline_editor_helper_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/helpers/ci/pipeline_editor_helper_spec.rb b/spec/helpers/ci/pipeline_editor_helper_spec.rb
index dd7d602e2a5..f86b6e3847d 100644
--- a/spec/helpers/ci/pipeline_editor_helper_spec.rb
+++ b/spec/helpers/ci/pipeline_editor_helper_spec.rb
@@ -26,6 +26,7 @@ RSpec.describe Ci::PipelineEditorHelper, feature_category: :pipeline_composition
let(:project) { create(:project, :repository) }
let(:default_helper_data) do
{
+ "ci-catalog-path" => explore_catalog_index_path,
"ci-config-path": project.ci_config_path_or_default,
"ci-examples-help-page-path" => help_page_path('ci/examples/index'),
"ci-help-page-path" => help_page_path('ci/index'),