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-05-14 03:07:42 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-05-14 03:07:42 +0300
commit5225ffb5ccfe2fe0e55a3327d43f28f4ed08ae63 (patch)
treeceb6a117475daa1aa17632e1c297863b53195897 /spec/frontend/import
parentc0b9c14ebd1524a1e2334e656f997ec680a18966 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/import')
-rw-r--r--spec/frontend/import/details/mock_data.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/frontend/import/details/mock_data.js b/spec/frontend/import/details/mock_data.js
index a8e0e53ed2b..67148173404 100644
--- a/spec/frontend/import/details/mock_data.js
+++ b/spec/frontend/import/details/mock_data.js
@@ -2,7 +2,7 @@ export const mockImportFailures = [
{
type: 'pull_request',
title: 'Add one cool feature',
- url: 'https://github.com/USER/REPO/pull/2',
+ provider_url: 'https://github.com/USER/REPO/pull/2',
details: {
exception_class: 'ActiveRecord::RecordInvalid',
exception_message: 'Record invalid',
@@ -17,7 +17,7 @@ export const mockImportFailures = [
{
type: 'pull_request',
title: 'Add another awesome feature',
- url: 'https://github.com/USER/REPO/pull/3',
+ provider_url: 'https://github.com/USER/REPO/pull/3',
details: {
exception_class: 'ActiveRecord::RecordInvalid',
exception_message: 'Record invalid',
@@ -32,7 +32,7 @@ export const mockImportFailures = [
{
type: 'lfs_object',
title: '3a9257fae9e86faee27d7208cb55e086f18e6f29f48c430bfbc26d42eb',
- url: null,
+ provider_url: null,
details: {
exception_class: 'NameError',
exception_message: 'some message',