added tests

This commit is contained in:
Alysia Broddrick 2023-09-10 10:27:51 -07:00
parent e71b5b0bd4
commit 53e9d090d9
No known key found for this signature in database
GPG key ID: 03917052CD0F06B7
3 changed files with 343 additions and 162 deletions

View file

@ -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