Skip to content

Commit

Permalink
[#1255] fix dictization tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kindly committed Dec 12, 2013
1 parent fb37fc0 commit 52d1c1d
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions ckan/tests/lib/test_dictization.py
Expand Up @@ -955,17 +955,13 @@ def test_16_group_dictized(self):
u'author_email': None,
u'creator_user_id': None,
u'extras': [],
u'groups':[{u'approval_status': u'approved',
u'capacity': u'public',
u'description': u'',
u'display_name': u'help',
u'image_display_url': u'',
u'image_url': u'',
u'is_organization': False,
u'name': u'help',
u'state': u'active',
u'title': u'help',
u'type': u'group'}] ,
u'groups':[
{u'title': u'help',
u'display_name': u'help',
u'description': u'',
u'name': u'help',
u'image_display_url': u''}
],
u'isopen': True,
u'license_id': u'other-open',
u'license_title': u'Other (Open)',
Expand Down

0 comments on commit 52d1c1d

Please sign in to comment.