Skip to content

Commit

Permalink
test(readme): Fix codelist schema key
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Nov 27, 2024
1 parent 1eb98fa commit fe9c1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def test_example_backticks():

# Add codelist columns.
url = 'https://raw.githubusercontent.com/open-contracting/standard-maintenance-scripts/main/schema/codelist-schema.json'
literals.update(http_get(url).json()['items']['properties'])
literals.update(http_get(url).json()['definitions']['Row']['properties'])

# Add codelist names.
metadata = read_metadata()
Expand Down

0 comments on commit fe9c1be

Please sign in to comment.