Skip to content

Commit

Permalink
set test
Browse files Browse the repository at this point in the history
  • Loading branch information
EBII committed Mar 15, 2017
1 parent 00d89cc commit 5613234
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions keychain/tests/test_keychain.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ def setUp(self):

self.keychain = self.env['keychain.account']
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

def _init_data(self):
Expand Down

0 comments on commit 5613234

Please sign in to comment.