Use correct params in v1/admin/domain_allows spec (#30378)

This commit is contained in:
Matt Jankowski 2024-06-11 03:35:30 -04:00 committed by GitHub
parent 0dabda9bee
commit b2496177e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -113,7 +113,7 @@ RSpec.describe 'Domain Allows' do
end
context 'with invalid domain name' do
let(:params) { 'foo bar' }
let(:params) { { domain: 'foo bar' } }
it 'returns http unprocessable entity' do
subject