We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eae53f6 commit 34a4484Copy full SHA for 34a4484
1 file changed
docassemble/EFSPIntegration/test/integration_test.py
@@ -403,9 +403,7 @@ def test_court_record(self):
403
404
if len(serv_info.data) > 0:
405
serv_id = serv_info.data[0]
406
- attach_cases = self.proxy_conn.get_service_attach_case_list(
407
- COURT, serv_id
408
- )
+ attach_cases = self.proxy_conn.get_service_attach_case_list(COURT, serv_id)
409
if self.verbose:
410
print(attach_cases)
411
0 commit comments