Update test_admin.py

This commit is contained in:
zandercymatics 2024-06-04 15:03:50 -06:00
parent 501af8e017
commit 03ea9e3a70
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -2464,7 +2464,7 @@ class TestDomainRequestAdmin(MockEppLib):
domain_request.status = another_state domain_request.status = another_state
if another_state == DomainRequest.DomainRequestStatus.ACTION_NEEDED: 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 domain_request.rejection_reason = rejection_reason