This commit is contained in:
MonsieurB 2017-03-15 16:35:37 +01:00 committed by Florian da Costa
parent cf2886b915
commit 904152f164
1 changed files with 1 additions and 2 deletions

View File

@ -21,9 +21,8 @@ class TestKeychain(TransactionCase):
self.keychain = self.env['keychain.account'] self.keychain = self.env['keychain.account']
config['keychain_key'] = Fernet.generate_key() config['keychain_key'] = Fernet.generate_key()
config['running_env'] = ""
self.old_running_env = config['running_env'] self.old_running_env = config.get('running_env', '')
config['running_env'] = None config['running_env'] = None
def _init_data(self): def _init_data(self):