diff options
Diffstat (limited to 'src/mailman_pgp/rules/tests/test_signature.py')
| -rw-r--r-- | src/mailman_pgp/rules/tests/test_signature.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman_pgp/rules/tests/test_signature.py b/src/mailman_pgp/rules/tests/test_signature.py index 2dce173..ff9b9c4 100644 --- a/src/mailman_pgp/rules/tests/test_signature.py +++ b/src/mailman_pgp/rules/tests/test_signature.py @@ -74,7 +74,7 @@ class TestPGPSignatureRule(TestCase): 'mime_signed_invalid.eml') def assertAction(self, msgdata, action, reasons): - self.assertEqual(msgdata['moderation_action'], action.name) + self.assertEqual(msgdata['pgp_action'], action.name) self.assertListEqual(msgdata['moderation_reasons'], reasons) def test_has_rule(self): |
