Skip to content

Commit 2374252

Browse files
Fix CI tests
A sample case we had been searching for in the test must have been removed from the stage server, so we switched to another one that is still there / valid.
1 parent 8d46ba0 commit 2374252

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docassemble/EFSPIntegration/test/test_proxy_conn.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ def setUp(self):
7979
# Constants
8080
self.jurisdiction = jurisdiction
8181
self.court = "adams" # "appeals:acsj"
82-
self.record_court = "tazewell" # "535"
83-
self.docket_number = "2022-SC-000005" # "99H85SC000016"
82+
self.record_court = "sangamon" # "535"
83+
self.docket_number = "2019LM999999" # "99H85SC000016"
8484
self.bar_number = "6224951" # "012345A" # This MA value is still not correct
8585
self.filing_filename = "opening_affidavit_adams.json" # no MA equivalent yet
8686
self.verbose = False

0 commit comments

Comments
 (0)