diff options
| author | J08nY | 2017-07-04 17:54:47 +0200 |
|---|---|---|
| committer | J08nY | 2017-08-07 18:18:00 +0200 |
| commit | 505f47025ca3fab68a489238837c1a84e4b2a1b6 (patch) | |
| tree | ae7686a1602f0aacfae4d15b6ded7b28dbd28a68 /src/mailman/app/tests/test_workflow.py | |
| parent | e8a0de7723c6e1d42ec2bf6fd4a4d8f22f237b78 (diff) | |
| download | mailman-505f47025ca3fab68a489238837c1a84e4b2a1b6.tar.gz mailman-505f47025ca3fab68a489238837c1a84e4b2a1b6.tar.zst mailman-505f47025ca3fab68a489238837c1a84e4b2a1b6.zip | |
Diffstat (limited to 'src/mailman/app/tests/test_workflow.py')
| -rw-r--r-- | src/mailman/app/tests/test_workflow.py | 2 |
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 f242a73ec..3e7856b29 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( - 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() |
