summaryrefslogtreecommitdiff
path: root/src/mailman/app/tests/test_workflow.py
diff options
context:
space:
mode:
authorAurélien Bompard2016-11-16 18:39:42 +0100
committerAurélien Bompard2016-11-21 18:53:44 +0100
commitc8461ab681c1e6f0a8b00134348fc675d1c07e68 (patch)
treee74e9875691ab2071829fa917a7c2a05540dee0d /src/mailman/app/tests/test_workflow.py
parentd3eba5cea6dc4c4597693afda39b643b72995cbf (diff)
downloadmailman-c8461ab681c1e6f0a8b00134348fc675d1c07e68.tar.gz
mailman-c8461ab681c1e6f0a8b00134348fc675d1c07e68.tar.zst
mailman-c8461ab681c1e6f0a8b00134348fc675d1c07e68.zip
Diffstat (limited to 'src/mailman/app/tests/test_workflow.py')
-rw-r--r--src/mailman/app/tests/test_workflow.py2
1 files changed, 1 insertions, 1 deletions
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()