Commit bde04ddf authored by Joshua Lambert's avatar Joshua Lambert

Fix tests

parent 3b47ff62
...@@ -17,9 +17,9 @@ describe PrometheusMetric do ...@@ -17,9 +17,9 @@ describe PrometheusMetric do
end end
end end
it_behaves_like 'group_title', :business, 'Business' it_behaves_like 'group_title', :business, 'Business metrics (Custom)'
it_behaves_like 'group_title', :response, 'Response' it_behaves_like 'group_title', :response, 'Response metrics (Custom)'
it_behaves_like 'group_title', :system, 'System' it_behaves_like 'group_title', :system, 'System metrics (Custom)'
end end
describe '#to_query_metric' do describe '#to_query_metric' do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment