mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Use correct params in v1/admin/domain_allows
spec (#30378)
This commit is contained in:
parent
0dabda9bee
commit
b2496177e0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue