mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-15 09:07:02 +02:00
Fix test
This commit is contained in:
parent
228d37ef39
commit
d5b557d443
1 changed files with 2 additions and 1 deletions
|
@ -164,7 +164,8 @@ class TestDomainAdmin(MockEppLib):
|
|||
request,
|
||||
messages.ERROR,
|
||||
"Error deleting this Domain: "
|
||||
"Can't switch from state 'ready' to 'deleted'",
|
||||
"Can't switch from state 'ready' to 'deleted'"
|
||||
", must be either 'dns_needed' or 'on_hold'",
|
||||
extra_tags="",
|
||||
fail_silently=False,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue