diff options
Diffstat (limited to 'src/mailman/rest/tests/test_moderation.py')
| -rw-r--r-- | src/mailman/rest/tests/test_moderation.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/rest/tests/test_moderation.py b/src/mailman/rest/tests/test_moderation.py index 2ee796c87..46cc86d60 100644 --- a/src/mailman/rest/tests/test_moderation.py +++ b/src/mailman/rest/tests/test_moderation.py @@ -82,7 +82,7 @@ Something else. self.assertEqual(cm.exception.code, 404) # But using the held_id returns a valid response. response, content = call_api(url.format(held_id)) - self.assertEqual(response['key'], '<alpha>') + self.assertEqual(response['message_id'], '<alpha>') def test_bad_action(self): # POSTing to a held message with a bad action. |
