mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-18 21:03:27 +00:00
Fix glitch-soc-specific health check spec
This commit is contained in:
parent
2ae8c41e5d
commit
5c225b03db
|
@ -1,10 +1,10 @@
|
|||
require 'rails_helper'
|
||||
|
||||
describe HealthCheck::HealthCheckController do
|
||||
describe HealthController do
|
||||
render_views
|
||||
|
||||
describe 'GET #show' do
|
||||
subject(:response) { get :index, params: { format: :json } }
|
||||
subject(:response) { get :show, params: { format: :json } }
|
||||
|
||||
it 'returns the right response' do
|
||||
expect(response).to have_http_status 200
|
Loading…
Reference in a new issue