Commit 4e85ce1c authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

fix specs

parent a5710317
...@@ -4,7 +4,7 @@ import PrometheusMetrics from 'ee/prometheus_metrics/prometheus_metrics'; ...@@ -4,7 +4,7 @@ import PrometheusMetrics from 'ee/prometheus_metrics/prometheus_metrics';
import PANEL_STATE from '~/prometheus_metrics/constants'; import PANEL_STATE from '~/prometheus_metrics/constants';
import metrics from './mock_data'; import metrics from './mock_data';
fdescribe('PrometheusMetrics EE', () => { describe('PrometheusMetrics EE', () => {
const FIXTURE = 'services/prometheus/prometheus_service.html.raw'; const FIXTURE = 'services/prometheus/prometheus_service.html.raw';
const customMetricsEndpoint = 'http://test.host/frontend-fixtures/services-project/prometheus/metrics'; const customMetricsEndpoint = 'http://test.host/frontend-fixtures/services-project/prometheus/metrics';
let mock; let mock;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment