summaryrefslogtreecommitdiff
path: root/src/mailman_pgp/workflows/tests/test_base.py
diff options
context:
space:
mode:
authorJ08nY2017-08-06 02:51:44 +0200
committerJ08nY2017-08-06 02:51:44 +0200
commit009a60e504f9441aace4a490bfe811d0471e2dfd (patch)
tree865f9ccf63f2118a0262dacab508e99a4f316894 /src/mailman_pgp/workflows/tests/test_base.py
parentb56debf2d3db0732e6fa4a3d22ecaaae78fc5b65 (diff)
downloadmailman-pgp-009a60e504f9441aace4a490bfe811d0471e2dfd.tar.gz
mailman-pgp-009a60e504f9441aace4a490bfe811d0471e2dfd.tar.zst
mailman-pgp-009a60e504f9441aace4a490bfe811d0471e2dfd.zip
Refactor some stuff into PGPMixin.
Diffstat (limited to 'src/mailman_pgp/workflows/tests/test_base.py')
-rw-r--r--src/mailman_pgp/workflows/tests/test_base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman_pgp/workflows/tests/test_base.py b/src/mailman_pgp/workflows/tests/test_base.py
index 440068c..febd8b9 100644
--- a/src/mailman_pgp/workflows/tests/test_base.py
+++ b/src/mailman_pgp/workflows/tests/test_base.py
@@ -79,7 +79,7 @@ class PGPTestWorkflow(SubscriptionBase, PGPMixin, SetPubkeyMixin,
SubscriptionBase.__init__(self, mlist, subscriber)
SetPubkeyMixin.__init__(self, pubkey=pubkey)
ConfirmPubkeyMixin.__init__(self, pre_confirmed=pubkey_pre_confirmed)
- PGPMixin.__init__(self)
+ PGPMixin.__init__(self, mlist)
def _step_prepare(self):
self.push('do_subscription')