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-12-28 03:10:52 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-12-28 03:10:52 +0300
commit2a9fda3873be76cc9295d663e6157a071f2f882c (patch)
tree4743b51996f8f5de618044cb14ab6778676b0dab /spec/components
parentd099cb5be9c4fa93ba9a114d11ba6dbe5f10a4eb (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/components')
-rw-r--r--spec/components/projects/ml/show_ml_model_component_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/components/projects/ml/show_ml_model_component_spec.rb b/spec/components/projects/ml/show_ml_model_component_spec.rb
index 34b8cbe96ca..d12692ca792 100644
--- a/spec/components/projects/ml/show_ml_model_component_spec.rb
+++ b/spec/components/projects/ml/show_ml_model_component_spec.rb
@@ -35,6 +35,7 @@ RSpec.describe Projects::Ml::ShowMlModelComponent, type: :component, feature_cat
'latestVersion' => {
'version' => model1.latest_version.version,
'description' => model1.latest_version.description,
+ 'path' => "/#{project.full_path}/-/ml/models/#{model1.id}/versions/#{model1.latest_version.id}",
'projectPath' => "/#{project.full_path}",
'packageId' => model1.latest_version.package_id,
'candidate' => {