Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docassemble/EFSPIntegration/test/test_proxy_conn.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ def setUp(self):
# Constants
self.jurisdiction = jurisdiction
self.court = "adams" # "appeals:acsj"
self.record_court = "tazewell" # "535"
self.docket_number = "2022-SC-000005" # "99H85SC000016"
self.record_court = "sangamon" # "535"
self.docket_number = "2019LM999999" # "99H85SC000016"
self.bar_number = "6224951" # "012345A" # This MA value is still not correct
self.filing_filename = "opening_affidavit_adams.json" # no MA equivalent yet
self.verbose = False
Expand Down
Loading