mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 02:06:03 +02:00
added tests
This commit is contained in:
parent
e71b5b0bd4
commit
53e9d090d9
3 changed files with 343 additions and 162 deletions
|
@ -36,6 +36,7 @@ class PublicContact(TimeStampedModel):
|
|||
case PublicContact.ContactTypeChoices.ADMINISTRATIVE:
|
||||
self.domain.administrative_contact = self
|
||||
case PublicContact.ContactTypeChoices.TECHNICAL:
|
||||
print("in technical of the public contact class")
|
||||
self.domain.technical_contact = self
|
||||
case PublicContact.ContactTypeChoices.SECURITY:
|
||||
self.domain.security_contact = self
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue