mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 09:21:43 +02:00
Turn off settings by default
- `registrar_ip_whitelist_enabled` - `api_ip_whitelist_enabled`
This commit is contained in:
parent
9f61dfdae7
commit
76d10b94c5
13 changed files with 25 additions and 33 deletions
|
@ -31,8 +31,6 @@ RSpec.feature 'Contact deletion in registrar area' do
|
|||
background do
|
||||
allow(Depp::Contact).to receive(:find_by_id).and_return(FakeDeppContact.new)
|
||||
allow(Depp::Contact).to receive(:new).and_return(FakeDeppContact.new)
|
||||
Setting.api_ip_whitelist_enabled = false
|
||||
Setting.registrar_ip_whitelist_enabled = false
|
||||
sign_in_to_registrar_area(user: create(:api_user_with_unlimited_balance, registrar: registrar))
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue