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>2020-02-22 03:09:11 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-02-22 03:09:11 +0300
commitab85af0f318ccbcfdd508e7a2f85788f26831785 (patch)
tree497309067bd3ab4378f9d4bbf95859c64f95744f /spec/frontend/ci_variable_list/services/mock_data.js
parenta6c2be7cd20a9515b347e72d63c5b47bb9b79457 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/ci_variable_list/services/mock_data.js')
-rw-r--r--spec/frontend/ci_variable_list/services/mock_data.js18
1 files changed, 0 insertions, 18 deletions
diff --git a/spec/frontend/ci_variable_list/services/mock_data.js b/spec/frontend/ci_variable_list/services/mock_data.js
index 89473b57af9..b04cd223d42 100644
--- a/spec/frontend/ci_variable_list/services/mock_data.js
+++ b/spec/frontend/ci_variable_list/services/mock_data.js
@@ -9,24 +9,6 @@ export default {
value: 'test_val',
variable_type: 'Variable',
},
- {
- environment_scope: 'All environments',
- id: 114,
- key: 'test_var_2',
- masked: false,
- protected: false,
- value: 'test_val_2',
- variable_type: 'Variable',
- },
- {
- environment_scope: 'All environments',
- id: 115,
- key: 'test_var_3',
- masked: false,
- protected: false,
- value: 'test_val_3',
- variable_type: 'Variable',
- },
],
mockVariablesApi: [