remove option's storage
This commit is contained in:
@ -44,7 +44,7 @@ def test_create_delete_not_persistent():
|
||||
try:
|
||||
Config(o, session_id='test_persistent', persistent=True)
|
||||
except ValueError:
|
||||
raises(ConfigError, "delete_session('option', 'test_persistent')")
|
||||
raises(ValueError, "delete_session('option', 'test_persistent')")
|
||||
|
||||
|
||||
def test_list_sessions_persistent():
|
||||
|
Reference in New Issue
Block a user