diff options
author | Phil Hughes <me@iamphill.com> | 2017-04-25 11:50:58 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-04-25 11:50:58 +0100 |
commit | 7f22256a63b2c4e6fb1a85beb2ad5420b085247e (patch) | |
tree | a63135eca8f1b80cefb7c315ed24752db8e08bc4 /spec | |
parent | ee0713babb5dc31aa8f7edaa5ba4d8782dae74ca (diff) | |
download | gitlab-ce-7f22256a63b2c4e6fb1a85beb2ad5420b085247e.tar.gz |
Fixed karma loading incorrect pathmetrics-deployment-history
Diffstat (limited to 'spec')
-rw-r--r-- | spec/javascripts/monitoring/prometheus_graph_spec.js | 2 |
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(() => { |