Use correct params in `v1/admin/domain_allows` spec (#30378)
parent
0dabda9bee
commit
b2496177e0
|
@ -113,7 +113,7 @@ RSpec.describe 'Domain Allows' do
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'with invalid domain name' do
|
context 'with invalid domain name' do
|
||||||
let(:params) { 'foo bar' }
|
let(:params) { { domain: 'foo bar' } }
|
||||||
|
|
||||||
it 'returns http unprocessable entity' do
|
it 'returns http unprocessable entity' do
|
||||||
subject
|
subject
|
||||||
|
|
Loading…
Reference in New Issue