summary refs log tree commit diff
path: root/tests/config
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-02-09 16:23:11 +0000
committerErik Johnston <erik@matrix.org>2016-02-09 16:23:11 +0000
commit78a54822670c94763e6de708797fd561260bbcf5 (patch)
tree73ef85c73469a96a4d3a62fb7be191c636ca2d31 /tests/config
parentFix test (diff)
downloadsynapse-78a54822670c94763e6de708797fd561260bbcf5.tar.xz
Typo
Diffstat (limited to 'tests/config')
-rw-r--r--tests/config/test_load.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/config/test_load.py b/tests/config/test_load.py
index 528e878532..fbbbf93fef 100644
--- a/tests/config/test_load.py
+++ b/tests/config/test_load.py
@@ -54,7 +54,7 @@ class ConfigLoadingTestCase(unittest.TestCase):
                 "was: %r" % (config.macaroon_secret_key,)
             )
 
-    def test_load_suceeds_if_macaroon_secret_key_missing(self):
+    def test_load_succeeds_if_macaroon_secret_key_missing(self):
         self.generate_config_and_remove_lines_containing("macaroon")
         config1 = HomeServerConfig.load_config("", ["-c", self.file])
         config2 = HomeServerConfig.load_config("", ["-c", self.file])