Fixes all current typo errors on Castellan project.
Change-Id: Ide979620ac68463951e6a7f09073d41c6d791076
This commit is contained in:
parent
53ff248f4b
commit
59e28a49ac
@ -59,7 +59,7 @@ def setup_config(config_file=''):
|
||||
config_to_load.append(main_config)
|
||||
|
||||
TEST_CONF(
|
||||
(), # Required to load an anonymous config
|
||||
(), # Required to load an anonymous configuration
|
||||
default_config_files=config_to_load
|
||||
)
|
||||
|
||||
|
@ -212,7 +212,7 @@ class MockKeyManager(key_manager.KeyManager):
|
||||
symbols = ''.join(symbolgroups)
|
||||
password.extend([random.choice(symbols) for _i in range(length)])
|
||||
|
||||
# finally shuffle to ensure first x characters aren't from a
|
||||
# Finally, shuffle to ensure first x characters aren't from a
|
||||
# predictable group
|
||||
random.shuffle(password)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user