From fac853a2621bd1513e689f66583bc02fa148ca6a Mon Sep 17 00:00:00 2001 From: kindly Date: Wed, 27 Nov 2013 19:26:36 +0000 Subject: [PATCH] [#1277] fix formatting --- ckan/new_tests/logic/action/test_update.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/ckan/new_tests/logic/action/test_update.py b/ckan/new_tests/logic/action/test_update.py index 293a77c4ab8..268ca339c36 100644 --- a/ckan/new_tests/logic/action/test_update.py +++ b/ckan/new_tests/logic/action/test_update.py @@ -372,11 +372,9 @@ def test_resource_reorder(self): "http://a.html", "http://b.html"] - reorder = {'id': dataset['id'], 'order': - [mapping["http://b.html"], - mapping["http://c.html"], - mapping["http://a.html"]] - } + reorder = {'id': dataset['id'], 'order': [mapping["http://b.html"], + mapping["http://c.html"], + mapping["http://a.html"]]} helpers.call_action('package_resource_reorder', **reorder) dataset = helpers.call_action('package_show', id=dataset['id'])