Browse Source

Fixed broken test

pull/172/head
Michael Olund 5 years ago
parent
commit
9223acd908
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      edivorce/apps/core/utils/efiling_packaging.py

+ 1
- 1
edivorce/apps/core/utils/efiling_packaging.py View File

@ -313,7 +313,7 @@ class EFilingPackaging:
def _get_location(self, responses):
location_name = responses.get('court_registry_for_filing', '')
return list_of_registries.get(location_name,
{'location_id': None}).get('location_id', '0000')
{'location_id': '0000'}).get('location_id')
def _get_file_number(self, responses):
if not self.initial_filing:


Loading…
Cancel
Save