Fix glitch-soc-specific health check spec
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
require 'rails_helper'
|
require 'rails_helper'
|
||||||
|
|
||||||
describe HealthCheck::HealthCheckController do
|
describe HealthController do
|
||||||
render_views
|
render_views
|
||||||
|
|
||||||
describe 'GET #show' do
|
describe 'GET #show' do
|
||||||
subject(:response) { get :index, params: { format: :json } }
|
subject(:response) { get :show, params: { format: :json } }
|
||||||
|
|
||||||
it 'returns the right response' do
|
it 'returns the right response' do
|
||||||
expect(response).to have_http_status 200
|
expect(response).to have_http_status 200
|
Reference in New Issue
Block a user