Commit 43a9bbce authored by Pawel Chojnacki's avatar Pawel Chojnacki

fix cluster controller spec

parent 8b88b6f2
...@@ -192,7 +192,7 @@ describe Projects::ClustersController do ...@@ -192,7 +192,7 @@ describe Projects::ClustersController do
go go
expect(response).to have_gitlab_http_status(:ok) expect(response).to have_gitlab_http_status(:ok)
expect(response.body).to eq(query_response) expect(response.body).to eq(query_response.to_json)
end end
end end
......
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