--- a/Allura/allura/tests/functional/test_subscriber.py
+++ b/Allura/allura/tests/functional/test_subscriber.py
@@ -11,7 +11,7 @@
     def test_add_subscriber(self):
 
         response = self.app.get("/nf/admin/add_subscribers")
-        assert "<h1>Add Subscribers</h1>" in response
+        assert "<h1>Add Subscribers to Artifact</h1>" in response
 
         response = self.app.get('/u/test-admin/profile/feed')
         assert 'Recent posts by Test Admin' in response