Clarification

This commit is contained in:
zandercymatics 2023-09-28 14:06:21 -06:00
parent 26b49b3e5a
commit 9a9c814269
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -990,7 +990,7 @@ class TestAnalystDelete(MockEppLib):
def test_deletion_is_unsuccessful(self):
"""
Scenario: Domain deletion is unsuccessful
When an error is returned from epplibwrapper
When a subdomain exists
Then a client error is returned of code 2305
And `state` is not set to `DELETED`
"""