Skip to content

Commit

Permalink
tests(la): Fix LA tests
Browse files Browse the repository at this point in the history
  • Loading branch information
flooie committed Nov 21, 2023
1 parent 422eaac commit 911e5e8
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 1,133 deletions.
2 changes: 1 addition & 1 deletion juriscraper/opinions/united_states/state/la.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def _process_html(self):
"judge": self._get_judge_above_anchor(anchor),
"name": titlecase(parts[1]),
"summary": " ".join(summary_lines).replace(text, ""),
"url": anchor.get("href"),
"url": f"http://www.lasc.org{anchor.get('href')}",
}
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"case_dates": "2020-04-27",
"case_names": "James J. Donelon, Commissioner of Insurance for the State of Louisiana, in His Capacity as Rehabilitator of Louisiana Health Cooperative, Inc. v. Terry S. Shilling, George G. Cromer, Warner L. Thomas, IV, William A. Oliver, Charles D. Calvi, Patrick C. Powers, Cgi Technologies and Solutions, Inc., Group Resources Incorporated, Beam Partners, LLC, Milliman, Inc., Buck Consultants, LLC, and Travelers Casualty and Surety Company of America",
"download_urls": "/opinions/2020/19-0514.C.OPN.pdf",
"download_urls": "http://www.lasc.org/opinions/2020/19-0514.C.OPN.pdf",
"precedential_statuses": "Published",
"blocked_statuses": false,
"date_filed_is_approximate": false,
Expand Down
98 changes: 0 additions & 98 deletions tests/examples/opinions/united_states/la_example_2.compare.json

This file was deleted.

Loading

0 comments on commit 911e5e8

Please sign in to comment.