mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-29 08:50:01 +02:00
Fix test cases + logging fixes
This commit is contained in:
parent
1ad40cc709
commit
9409b3f41c
5 changed files with 20 additions and 16 deletions
|
@ -339,7 +339,7 @@ class Command(BaseCommand):
|
|||
try:
|
||||
data = json.load(jsonFile)
|
||||
# Create an instance of TransitionDomainArguments
|
||||
|
||||
has_desired_args = False
|
||||
# Iterate over the data from the JSON file
|
||||
for key, value in data.items():
|
||||
# Check if the key exists in TransitionDomainArguments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue