summaryrefslogtreecommitdiff
path: root/spec/frontend/ci_variable_list/components/ci_project_variables_spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend/ci_variable_list/components/ci_project_variables_spec.js')
-rw-r--r--spec/frontend/ci_variable_list/components/ci_project_variables_spec.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/frontend/ci_variable_list/components/ci_project_variables_spec.js b/spec/frontend/ci_variable_list/components/ci_project_variables_spec.js
index 97051325f59..53c25e430f2 100644
--- a/spec/frontend/ci_variable_list/components/ci_project_variables_spec.js
+++ b/spec/frontend/ci_variable_list/components/ci_project_variables_spec.js
@@ -35,6 +35,7 @@ describe('Ci Project Variable wrapper', () => {
id: convertToGraphQLId(GRAPHQL_PROJECT_TYPE, mockProvide.projectId),
areScopedVariablesAvailable: true,
componentName: 'ProjectVariables',
+ entity: 'project',
fullPath: mockProvide.projectFullPath,
hideEnvironmentScope: false,
mutationData: wrapper.vm.$options.mutationData,