Commit 859e7996 authored by Ryan Cobb's avatar Ryan Cobb

Rubo cop fix

parent 5aedf8ed
......@@ -131,7 +131,7 @@ describe Projects::GrafanaApiController do
get :metrics_dashboard, params: params
expect(response).to have_gitlab_http_status(:ok)
expect(json_response).to include ({
expect(json_response).to include({
'dashboard' => '{}',
'status' => 'success'
})
......
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