diff options
author | Erik Johnston <erik@matrix.org> | 2016-02-09 16:23:11 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-02-09 16:23:11 +0000 |
commit | 78a54822670c94763e6de708797fd561260bbcf5 (patch) | |
tree | 73ef85c73469a96a4d3a62fb7be191c636ca2d31 /tests | |
parent | Fix test (diff) | |
download | synapse-78a54822670c94763e6de708797fd561260bbcf5.tar.xz |
Typo
Diffstat (limited to 'tests')
-rw-r--r-- | tests/config/test_load.py | 2 |
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]) |