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/serverless/components/function_details_spec.js')
-rw-r--r--spec/frontend/serverless/components/function_details_spec.js10
1 files changed, 1 insertions, 9 deletions
diff --git a/spec/frontend/serverless/components/function_details_spec.js b/spec/frontend/serverless/components/function_details_spec.js
index 40d2bbb0291..248dd418941 100644
--- a/spec/frontend/serverless/components/function_details_spec.js
+++ b/spec/frontend/serverless/components/function_details_spec.js
@@ -13,7 +13,7 @@ describe('functionDetailsComponent', () => {
localVue = createLocalVue();
localVue.use(Vuex);
- store = createStore();
+ store = createStore({ clustersPath: '/clusters', helpPath: '/help' });
});
afterEach(() => {
@@ -38,8 +38,6 @@ describe('functionDetailsComponent', () => {
propsData: {
func: serviceStub,
hasPrometheus: false,
- clustersPath: '/clusters',
- helpPath: '/help',
},
});
@@ -65,8 +63,6 @@ describe('functionDetailsComponent', () => {
propsData: {
func: serviceStub,
hasPrometheus: false,
- clustersPath: '/clusters',
- helpPath: '/help',
},
});
@@ -82,8 +78,6 @@ describe('functionDetailsComponent', () => {
propsData: {
func: serviceStub,
hasPrometheus: false,
- clustersPath: '/clusters',
- helpPath: '/help',
},
});
@@ -99,8 +93,6 @@ describe('functionDetailsComponent', () => {
propsData: {
func: serviceStub,
hasPrometheus: false,
- clustersPath: '/clusters',
- helpPath: '/help',
},
});