mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-04 17:01:56 +02:00
unit test typo
This commit is contained in:
parent
37f3d0f073
commit
0d1ab7ca38
1 changed files with 1 additions and 1 deletions
|
@ -1113,7 +1113,7 @@ class TestRegistrantContacts(MockEppLib):
|
|||
DF = common.DiscloseField
|
||||
# Create contact with empty fields list
|
||||
result = self._convertPublicContactToEpp(
|
||||
dummy_contact, disclose=True, disclose_fields={DF.ADDR: "loc", DF.NAME: "loc"}
|
||||
dummy_contact, disclose=True, disclose_fields={DF.EMAIL}
|
||||
)
|
||||
|
||||
# Verify disclosure settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue