Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWinnie Hellmann <winnie@gitlab.com>2019-03-21 09:44:05 +0300
committerWinnie Hellmann <winnie@gitlab.com>2019-03-21 19:16:53 +0300
commit3e9bb4ad314955c6d33db5d2f7dc8bab1df4e85f (patch)
tree287afeb69ab6c958413fee232185ec8fffadc2b0 /spec/javascripts/prometheus_metrics
parentd2c01153a882b1f3d5ad5dc3e1218741bfabceb5 (diff)
Remove .raw from JavaScript fixture file names
There is nothing more to say but "Commits that change 30 or more lines across at least three files must describe these changes in the commit body"
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 94e2f959d46..dca3e1553b9 100644
--- a/spec/javascripts/prometheus_metrics/prometheus_metrics_spec.js
+++ b/spec/javascripts/prometheus_metrics/prometheus_metrics_spec.js
@@ -5,7 +5,7 @@ import PANEL_STATE from '~/prometheus_metrics/constants';
import { metrics, missingVarMetrics } from './mock_data';
describe('PrometheusMetrics', () => {
- const FIXTURE = 'services/prometheus/prometheus_service.html.raw';
+ const FIXTURE = 'services/prometheus/prometheus_service.html';
preloadFixtures(FIXTURE);
beforeEach(() => {