--- a/mail/tests/handlers/react_tests.py
+++ b/mail/tests/handlers/react_tests.py
@@ -14,7 +14,7 @@
"""
Then make sure that project react messages for existing project queued properly.
"""
- dest_addr = "docs.index@test.%s" % host
+ dest_addr = "wiki.index@test.%s" % host
client.begin()
client.say(dest_addr, "Test project react messages for existing project queued properly")
@@ -22,7 +22,7 @@
"""
Then make sure that project react messages for non-existing project dropped properly.
"""
- dest_addr = "docs.index@badproject.%s" % host
+ dest_addr = "wiki.index@badproject.%s" % host
client.begin()
client.say(dest_addr, "Test project react messages for non-existing project dropped properly")
@@ -30,6 +30,6 @@
"""
Then make sure that project react messages for existing user queued properly.
"""
- dest_addr = "docs.index@test_user2.%s" % host
+ dest_addr = "wiki.index@test_user2.%s" % host
client.begin()
client.say(dest_addr, "Test project react messages for existing user queued properly")