Fixed karma loading incorrect path

This commit is contained in:
Phil Hughes 2017-04-25 11:50:58 +01:00
parent ee0713babb
commit 7f22256a63

View file

@ -77,7 +77,7 @@ describe('PrometheusGraph', () => {
}); });
describe('PrometheusGraphs UX states', () => { describe('PrometheusGraphs UX states', () => {
const fixtureName = 'static/environments/metrics.html.raw'; const fixtureName = 'environments/metrics/metrics.html.raw';
preloadFixtures(fixtureName); preloadFixtures(fixtureName);
beforeEach(() => { beforeEach(() => {