Skip to content

Commit

Permalink
[#2578] Fix for test action
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Aug 30, 2012
1 parent 9d72f04 commit 38510b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/tests/logic/test_action.py
Expand Up @@ -137,7 +137,7 @@ def test_03_create_update_package(self):
{'alt_url': u'alt345',
'description': u'Index of the novel',
'extras': {u'alt_url': u'alt345', u'size': u'345'},
'format': u'json',
'format': u'JSON',
'hash': u'def456',
'position': 1,
'url': u'http://www.annakarenina.com/index.json'}],
Expand Down

0 comments on commit 38510b2

Please sign in to comment.