# Test removing the clientHold status (turn off delegate)
template:
update-domain.tt
vars:
domain:
cheese.co.te
status_list_old:
-
name
:
clientHold
input_assertions:
class:
SRS
:
:
EPP
:
:
Command
:
:
Update
:
:
Domain
SRS:
-
assertions
:
attr_is:
-
[
'//DomainUpdate'
,
'Delegate'
,
1
,
'SRS: Delegate flag turned off'
]
output_assertions:
count:
-
[
'//epp:result'
,
1
,
'SRS: Check for one result'
]
match:
match_all:
attr_is:
-
[
'//epp:result'
,
'code'
,
1000
,
'SRS: Check for correct result code'
]