1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00

Remove instance check in admin/domain_allows controller spec

This commit is contained in:
Matt Jankowski 2024-04-30 13:06:15 -04:00
parent cd557564b1
commit 8be2b64621

View file

@ -13,7 +13,6 @@ RSpec.describe Admin::DomainAllowsController do
it 'assigns a new domain allow' do it 'assigns a new domain allow' do
get :new get :new
expect(assigns(:domain_allow)).to be_instance_of(DomainAllow)
expect(response).to have_http_status(200) expect(response).to have_http_status(200)
end end
end end