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/frontend/ml/model_registry/mock_data.js
parentd099cb5be9c4fa93ba9a114d11ba6dbe5f10a4eb (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/ml/model_registry/mock_data.js')
-rw-r--r--spec/frontend/ml/model_registry/mock_data.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/frontend/ml/model_registry/mock_data.js b/spec/frontend/ml/model_registry/mock_data.js
index 4399df38990..d8bb6a8eedb 100644
--- a/spec/frontend/ml/model_registry/mock_data.js
+++ b/spec/frontend/ml/model_registry/mock_data.js
@@ -42,6 +42,7 @@ export const newCandidate = () => ({
const LATEST_VERSION = {
version: '1.2.3',
+ path: 'path/to/modelversion',
};
export const makeModel = ({ latestVersion } = { latestVersion: LATEST_VERSION }) => ({