summaryrefslogtreecommitdiff
path: root/src/mailman/rest/tests/test_users.py
diff options
context:
space:
mode:
authorBarry Warsaw2014-12-15 18:44:17 -0500
committerBarry Warsaw2014-12-15 18:44:17 -0500
commitacf95993ceb605c71ad07a32a572ae1f0888a7de (patch)
treecf0dfe685c8f6fcd5949b4ff3709f4481ddbe163 /src/mailman/rest/tests/test_users.py
parentd91715ea8b2692475b0751742e131bc1673b138b (diff)
downloadmailman-acf95993ceb605c71ad07a32a572ae1f0888a7de.tar.gz
mailman-acf95993ceb605c71ad07a32a572ae1f0888a7de.tar.zst
mailman-acf95993ceb605c71ad07a32a572ae1f0888a7de.zip
Diffstat (limited to 'src/mailman/rest/tests/test_users.py')
-rw-r--r--src/mailman/rest/tests/test_users.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/rest/tests/test_users.py b/src/mailman/rest/tests/test_users.py
index 1936fdc68..a130b1cc9 100644
--- a/src/mailman/rest/tests/test_users.py
+++ b/src/mailman/rest/tests/test_users.py
@@ -119,7 +119,7 @@ class TestUsers(unittest.TestCase):
})
self.assertEqual(cm.exception.code, 400)
self.assertEqual(cm.exception.reason,
- 'Address already exists: anne@example.com')
+ b'Address already exists: anne@example.com')
def test_addresses_of_missing_user_id(self):
# Trying to get the /addresses of a missing user id results in error.