Skip to content

Commit

Permalink
update brooks_jeffrey to store fullname instead of manually parsing (…
Browse files Browse the repository at this point in the history
…Recidiviz/recidiviz-data#425)

GitOrigin-RevId: 7d912ffcc5681c0f6a9ff9aa941d3b5f3cc16e69
  • Loading branch information
terinpw authored and Helper Bot committed Apr 19, 2023
1 parent dd4fb8b commit 0e114ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recidiviz/tests/utils/base_scraper_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def test_yaml_is_correct(self):
for key in manifest:
if (key not in
['key_mappings', 'multi_key_mapping',
'keys_to_ignore']):
'keys_to_ignore', 'css_key_mappings']):
raise AttributeError("Unknown yaml key %s" % key)

# Make sure every mapped value in the yaml file exists as a variable
Expand Down

0 comments on commit 0e114ca

Please sign in to comment.