Skip to content

Commit 34a4484

Browse files
Formatting
1 parent eae53f6 commit 34a4484

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

docassemble/EFSPIntegration/test/integration_test.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -403,9 +403,7 @@ def test_court_record(self):
403403

404404
if len(serv_info.data) > 0:
405405
serv_id = serv_info.data[0]
406-
attach_cases = self.proxy_conn.get_service_attach_case_list(
407-
COURT, serv_id
408-
)
406+
attach_cases = self.proxy_conn.get_service_attach_case_list(COURT, serv_id)
409407
if self.verbose:
410408
print(attach_cases)
411409

0 commit comments

Comments
 (0)