mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 19:48:28 +02:00
parent
71e62a5f86
commit
eb2796483d
2 changed files with 4 additions and 4 deletions
|
@ -33,7 +33,7 @@ RSpec.describe 'admin zone update', settings: false do
|
|||
it 'redirects to :index' do
|
||||
zone = create(:zone)
|
||||
|
||||
patch admin_zone_path(zone), { zone: attributes_for(:zone) }
|
||||
patch admin_zone_path(zone), zone: attributes_for(:zone)
|
||||
|
||||
expect(response).to redirect_to admin_zones_url
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue