diff options
author | Erik Johnston <erik@matrix.org> | 2020-12-17 16:14:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-17 16:14:13 +0000 |
commit | 14eab1b4d2cf837c6b0925da7194cc5940e9401c (patch) | |
tree | d8bcc93428b059cd3fd11d16a09cf77df13e52a8 /tests/test_mau.py | |
parent | Correctly handle AS registerations and add test (diff) | |
download | synapse-14eab1b4d2cf837c6b0925da7194cc5940e9401c.tar.xz |
Update tests/test_mau.py
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
Diffstat (limited to 'tests/test_mau.py')
-rw-r--r-- | tests/test_mau.py | 3 |
1 files changed, 2 insertions, 1 deletions
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 |