diff options
author | Amber H. Brown <hawkowl@atleastfornow.net> | 2019-06-18 21:24:56 +1000 |
---|---|---|
committer | Amber H. Brown <hawkowl@atleastfornow.net> | 2019-06-18 21:24:56 +1000 |
commit | e0011152214ae19283dc043ab355822c0baf7c51 (patch) | |
tree | 57c17b59cf831cffd38fe25bbee0557c13856b9b | |
parent | Merge remote-tracking branch 'origin/develop' into shhs (diff) | |
download | synapse-e0011152214ae19283dc043ab355822c0baf7c51.tar.xz |
fix
-rw-r--r-- | tests/federation/test_complexity.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/federation/test_complexity.py b/tests/federation/test_complexity.py index 3072fdaf9d..c499d9d9d6 100644 --- a/tests/federation/test_complexity.py +++ b/tests/federation/test_complexity.py @@ -13,8 +13,11 @@ # See the License for the specific language governing permissions and # limitations under the License. +from mock import Mock + from twisted.internet import defer +from synapse.api.errors import Codes, SynapseError from synapse.config.ratelimiting import FederationRateLimitConfig from synapse.federation.transport import server from synapse.rest import admin |