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
path: root/spec
diff options
context:
space:
mode:
authorKamil Trzciński <ayufan@ayufan.eu>2018-09-05 22:05:40 +0300
committerKamil Trzciński <ayufan@ayufan.eu>2018-09-05 22:05:40 +0300
commit8ae169a92536df219e0d71ba61c4def38d086639 (patch)
tree7ae5f1fc54bd198964cb4834ce15bcf77930a381 /spec
parent40181bfcab73b37e6b32fbaf8758aaeaa5157e2b (diff)
Fix query_series specs
Diffstat (limited to 'spec')
-rw-r--r--spec/models/prometheus_metric_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/prometheus_metric_spec.rb b/spec/models/prometheus_metric_spec.rb
index 09ece18a325..a83a31ae88c 100644
--- a/spec/models/prometheus_metric_spec.rb
+++ b/spec/models/prometheus_metric_spec.rb
@@ -36,7 +36,7 @@ describe PrometheusMetric do
where(:legend, :type) do
'Some other legend' | NilClass
- 'Status Code' | Hash
+ 'Status Code' | Array
end
with_them do