diff options
author | Kamil Trzciński <ayufan@ayufan.eu> | 2018-09-05 21:05:40 +0200 |
---|---|---|
committer | Kamil Trzciński <ayufan@ayufan.eu> | 2018-09-05 21:05:40 +0200 |
commit | 8ae169a92536df219e0d71ba61c4def38d086639 (patch) | |
tree | 7ae5f1fc54bd198964cb4834ce15bcf77930a381 /spec/models | |
parent | 40181bfcab73b37e6b32fbaf8758aaeaa5157e2b (diff) | |
download | gitlab-ce-8ae169a92536df219e0d71ba61c4def38d086639.tar.gz |
Fix query_series specs
Diffstat (limited to 'spec/models')
-rw-r--r-- | spec/models/prometheus_metric_spec.rb | 2 |
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 |