mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-29 08:50:01 +02:00
Update test_admin.py
This commit is contained in:
parent
501af8e017
commit
03ea9e3a70
1 changed files with 1 additions and 1 deletions
|
@ -2464,7 +2464,7 @@ class TestDomainRequestAdmin(MockEppLib):
|
|||
domain_request.status = another_state
|
||||
|
||||
if another_state == DomainRequest.DomainRequestStatus.ACTION_NEEDED:
|
||||
domain_request.action_needed_reason = domain_request.ActionNeededReasons.BAD_NAME
|
||||
domain_request.action_needed_reason = domain_request.ActionNeededReasons.OTHER
|
||||
|
||||
domain_request.rejection_reason = rejection_reason
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue