Skip to content

Commit

Permalink
[#2578] Fix for dictization schema
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Aug 30, 2012
1 parent 1f213ce commit 9d72f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/tests/lib/test_dictization_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def test_1_package_schema(self):
'url': u'http://www.annakarenina.com/download/x=1&y=2'},
{'alt_url': u'alt345',
'description': u'Index of the novel',
'format': u'json',
'format': u'JSON',
'hash': u'def456',
'size_extra': u'345',
'url': u'http://www.annakarenina.com/index.json'}],
Expand Down

0 comments on commit 9d72f04

Please sign in to comment.