mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 06:34:46 +02:00
added abbility for added extenstions prohibited status
This commit is contained in:
parent
f9436062a6
commit
1bb5dddd58
10 changed files with 32 additions and 25 deletions
|
@ -31,7 +31,7 @@ class DomainVersionTest < ActiveSupport::TestCase
|
|||
PaperTrail.request.whodunnit = @user.id_role_username
|
||||
|
||||
assert_difference '@domain.versions.count', 1 do
|
||||
@domain.apply_registry_lock
|
||||
@domain.apply_registry_lock(extensionsProhibited: false)
|
||||
end
|
||||
|
||||
assert_equal(@domain.updator, @user)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue