Skip to content
Snippets Groups Projects
Commit 78a54822 authored by Erik Johnston's avatar Erik Johnston
Browse files

Typo

parent 13ba8d87
Branches
Tags
No related merge requests found
...@@ -54,7 +54,7 @@ class ConfigLoadingTestCase(unittest.TestCase): ...@@ -54,7 +54,7 @@ class ConfigLoadingTestCase(unittest.TestCase):
"was: %r" % (config.macaroon_secret_key,) "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") self.generate_config_and_remove_lines_containing("macaroon")
config1 = HomeServerConfig.load_config("", ["-c", self.file]) config1 = HomeServerConfig.load_config("", ["-c", self.file])
config2 = HomeServerConfig.load_config("", ["-c", self.file]) config2 = HomeServerConfig.load_config("", ["-c", self.file])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment