summaryrefslogtreecommitdiff
path: root/spec/javascripts/prometheus_metrics
diff options
context:
space:
mode:
authorPawel Chojnacki <pawel@chojnacki.ws>2017-06-16 18:26:40 +0200
committerPawel Chojnacki <pawel@chojnacki.ws>2017-06-16 18:26:40 +0200
commitbe5f665557fc4f5b10d34f407545486746af54b8 (patch)
tree33eef4e9ae58760cd826f9afa3830678ad73c88a /spec/javascripts/prometheus_metrics
parent9f2c992ff1520e35d9b7bc26d603d597bc189618 (diff)
downloadgitlab-ce-be5f665557fc4f5b10d34f407545486746af54b8.tar.gz
Fix prometheus service frontend fixture
Diffstat (limited to 'spec/javascripts/prometheus_metrics')
-rw-r--r--spec/javascripts/prometheus_metrics/prometheus_metrics_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/javascripts/prometheus_metrics/prometheus_metrics_spec.js b/spec/javascripts/prometheus_metrics/prometheus_metrics_spec.js
index e7187a8a5e0..2b3a821dbd9 100644
--- a/spec/javascripts/prometheus_metrics/prometheus_metrics_spec.js
+++ b/spec/javascripts/prometheus_metrics/prometheus_metrics_spec.js
@@ -3,7 +3,7 @@ import PANEL_STATE from '~/prometheus_metrics/constants';
import { metrics, missingVarMetrics } from './mock_data';
describe('PrometheusMetrics', () => {
- const FIXTURE = 'services/prometheus_service.html.raw';
+ const FIXTURE = 'services/prometheus/prometheus_service.html.raw';
preloadFixtures(FIXTURE);
beforeEach(() => {