summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/patchwork/tests/bundles.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/patchwork/tests/bundles.py b/apps/patchwork/tests/bundles.py
index 4e8fe2b..2e4c8fa 100644
--- a/apps/patchwork/tests/bundles.py
+++ b/apps/patchwork/tests/bundles.py
@@ -349,7 +349,7 @@ class BundleReorderTest(BundleTestBase):
neworder_ids = [ p.id for p in neworder ]
params = {'form': 'reorderform',
- 'order_start': bundlepatch.order,
+ 'order_start': bundlepatch.patch.id,
'neworder': neworder_ids}
response = self.client.post('/user/bundle/%d/' % self.bundle.id,