From c8461ab681c1e6f0a8b00134348fc675d1c07e68 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Wed, 16 Nov 2016 18:39:42 +0100 Subject: Fix an API call --- src/mailman/app/tests/test_workflow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mailman/app/tests/test_workflow.py b/src/mailman/app/tests/test_workflow.py index d13dce552..8ff4f34b9 100644 --- a/src/mailman/app/tests/test_workflow.py +++ b/src/mailman/app/tests/test_workflow.py @@ -153,7 +153,7 @@ class TestWorkflow(unittest.TestCase): # Save the state of an old version of the workflow that would not have # the cat attribute. state_manager.save( - 'MyWorkflow', self._workflow.token, 'first', + self._workflow.token, 'first', json.dumps({'ant': 1, 'bee': 2})) # Restore in the current version that needs the cat attribute. new_workflow = MyWorkflow() -- cgit v1.3.1