summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-04-25 11:50:58 +0100
committerPhil Hughes <me@iamphill.com>2017-04-25 11:50:58 +0100
commit7f22256a63b2c4e6fb1a85beb2ad5420b085247e (patch)
treea63135eca8f1b80cefb7c315ed24752db8e08bc4
parentee0713babb5dc31aa8f7edaa5ba4d8782dae74ca (diff)
downloadgitlab-ce-metrics-deployment-history.tar.gz
Fixed karma loading incorrect pathmetrics-deployment-history
-rw-r--r--spec/javascripts/monitoring/prometheus_graph_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/javascripts/monitoring/prometheus_graph_spec.js b/spec/javascripts/monitoring/prometheus_graph_spec.js
index 43058088d50..25578bf1c6e 100644
--- a/spec/javascripts/monitoring/prometheus_graph_spec.js
+++ b/spec/javascripts/monitoring/prometheus_graph_spec.js
@@ -77,7 +77,7 @@ describe('PrometheusGraph', () => {
});
describe('PrometheusGraphs UX states', () => {
- const fixtureName = 'static/environments/metrics.html.raw';
+ const fixtureName = 'environments/metrics/metrics.html.raw';
preloadFixtures(fixtureName);
beforeEach(() => {