mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-12 20:49:41 +02:00
More tests
This commit is contained in:
parent
f7d906245e
commit
6df045673d
3 changed files with 69 additions and 17 deletions
|
@ -518,7 +518,6 @@ class LoadExtraTransitionDomain:
|
|||
"""Grabs a corresponding row within the DOMAIN_ADDITIONAL file,
|
||||
based off a desired_id"""
|
||||
l = self.get_object_by_id(EnumFilenames.DOMAIN_ADDITIONAL, desired_id.lower())
|
||||
print(f"is it happening here? {l} for id {desired_id}")
|
||||
return self.get_object_by_id(EnumFilenames.DOMAIN_ADDITIONAL, desired_id)
|
||||
|
||||
def get_organization_adhoc(self, desired_id) -> OrganizationAdhoc:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue