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/custom_metrics')
-rw-r--r--spec/frontend/custom_metrics/components/custom_metrics_form_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/frontend/custom_metrics/components/custom_metrics_form_spec.js b/spec/frontend/custom_metrics/components/custom_metrics_form_spec.js
index 384d6699150..af56b94f90b 100644
--- a/spec/frontend/custom_metrics/components/custom_metrics_form_spec.js
+++ b/spec/frontend/custom_metrics/components/custom_metrics_form_spec.js
@@ -18,7 +18,7 @@ describe('CustomMetricsForm', () => {
wrapper = shallowMount(CustomMetricsForm, {
propsData: {
customMetricsPath: '',
- editProjectServicePath: '',
+ editIntegrationPath: '',
metricPersisted,
validateQueryPath: '',
formData,