summary refs log tree commit diff
path: root/tests/api/test_auth.py
diff options
context:
space:
mode:
authorMichael Telatynski <7t3chguy@gmail.com>2022-06-07 10:14:42 +0100
committerMichael Telatynski <7t3chguy@gmail.com>2022-06-07 10:14:42 +0100
commit45e57d3fb38773128f1a13ce70f2dfd16c873d35 (patch)
tree30c8a80ed94668c2af58fc794f55b56c82a53ba9 /tests/api/test_auth.py
parentMerge remote-tracking branch 't3chguy/sonar' into sonar (diff)
parentRemove remaining pieces of groups code. (#12966) (diff)
downloadsynapse-45e57d3fb38773128f1a13ce70f2dfd16c873d35.tar.xz
Merge branch 'develop' of https://github.com/matrix-org/synapse into sonar
 Conflicts:
	poetry.lock
Diffstat (limited to 'tests/api/test_auth.py')
-rw-r--r--tests/api/test_auth.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/api/test_auth.py b/tests/api/test_auth.py

index d547df8a64..bc75ddd3e9 100644 --- a/tests/api/test_auth.py +++ b/tests/api/test_auth.py
@@ -404,7 +404,6 @@ class AuthTestCase(unittest.HomeserverTestCase): appservice = ApplicationService( "abcd", - self.hs.config.server.server_name, id="1234", namespaces={ "users": [{"regex": "@_appservice.*:sender", "exclusive": True}] @@ -433,7 +432,6 @@ class AuthTestCase(unittest.HomeserverTestCase): appservice = ApplicationService( "abcd", - self.hs.config.server.server_name, id="1234", namespaces={ "users": [{"regex": "@_appservice.*:sender", "exclusive": True}]