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:
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: [