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

main-rebase-security-fix
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
1 changed files with 1 additions and 1 deletions

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