diff --git a/settings.py b/settings.py
index 937e8cc4d7c84e79a356c1973cbc12c0768b8f6c..1111045e18f543d5aa57ee2d16203e4e09895d01 100644
--- a/settings.py
+++ b/settings.py
@@ -34,6 +34,7 @@ XMPP_ALERT_CHANNELS = [
                         'test_mbtaonline',
                         'burst_cwb',
                         'test_cwb',
+                        'test_lowmass',
                       ]
 
 DATABASE_ENGINE = 'mysql'
diff --git a/settings_dev.py b/settings_dev.py
index 7e093557d3b831aa90d910506155f6c7eb951031..ae5f5e7c7a8d7993e665451af0ac2a737e31d89c 100644
--- a/settings_dev.py
+++ b/settings_dev.py
@@ -25,6 +25,7 @@ XMPP_ALERT_CHANNELS = [
                         'test_omega',
                         'test_mbtaonline',
                         'test_cwb',
+                        'test_lowmass',
                       ]
 
 DATABASE_ENGINE = 'mysql'