mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-15 17:17: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,
|
request,
|
||||||
messages.ERROR,
|
messages.ERROR,
|
||||||
"Error deleting this Domain: "
|
"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="",
|
extra_tags="",
|
||||||
fail_silently=False,
|
fail_silently=False,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue