aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/rest/tests/test_lists.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman_pgp/rest/tests/test_lists.py')
-rw-r--r--src/mailman_pgp/rest/tests/test_lists.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman_pgp/rest/tests/test_lists.py b/src/mailman_pgp/rest/tests/test_lists.py
index e940517..8044a8f 100644
--- a/src/mailman_pgp/rest/tests/test_lists.py
+++ b/src/mailman_pgp/rest/tests/test_lists.py
@@ -64,7 +64,7 @@ class TestLists(TestCase):
json, response = call_api(
'http://localhost:9001/3.1/plugins/pgp/lists/'
- 'test.example.com/key')
+ 'another.example.com/key')
json.pop('http_etag')
self.assertEqual(len(json.keys()), 2)