From 14eab1b4d2cf837c6b0925da7194cc5940e9401c Mon Sep 17 00:00:00 2001
From: Erik Johnston <erik@matrix.org>
Date: Thu, 17 Dec 2020 16:14:13 +0000
Subject: [PATCH] Update tests/test_mau.py

Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
---
 tests/test_mau.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/test_mau.py b/tests/test_mau.py
index 26548b4611..586294446b 100644
--- a/tests/test_mau.py
+++ b/tests/test_mau.py
@@ -78,7 +78,8 @@ class TestMauLimit(unittest.HomeserverTestCase):
 
     def test_as_ignores_mau(self):
         """Test that application services can still create users when the MAU
-        limit has been reached.
+        limit has been reached. This only works when application service
+        user ip tracking is disabled.
         """
 
         # Create and sync so that the MAU counts get updated
-- 
GitLab