Commit 5aedf8ed authored by Ryan Cobb's avatar Ryan Cobb

Expect more metric_data keys

parent f7b2740c
......@@ -45,7 +45,7 @@ describe MetricsDashboard do
it 'returns the specified dashboard' do
expect(json_response['dashboard']['dashboard']).to eq('Environment metrics')
expect(json_response).not_to have_key('all_dashboards')
expect(json_response).not_to have_key('metrics_data')
expect(json_response).to have_key('metrics_data')
end
context 'when the params are in an alternate format' 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