Skip to content

Commit

Permalink
Merge pull request #752 from johnhawkinson/2023.10.12.quiet_anonymous
Browse files Browse the repository at this point in the history
test_DocketParseText.py: assert_anonymized() cleanup spew
  • Loading branch information
mlissner authored Oct 13, 2023
2 parents 23418f7 + 36ce85d commit 8dfd927
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/local/test_DocketParseTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ def assert_anonymized(
report._parse_text(text)
anon_text = report.get_anonymized_text()
self.assertNotIn("LOGIN REMOVED", anon_text)
print(anon_text)

def test_anonymize_district(self) -> None:
path = os.path.join(
Expand Down

0 comments on commit 8dfd927

Please sign in to comment.