mirror of
https://github.com/ihabunek/toot.git
synced 2024-12-04 14:46:33 -05:00
commit
5176af78fe
@ -126,6 +126,7 @@ def test_get_config_file_path():
|
||||
fn = config.get_config_file_path
|
||||
|
||||
os.unsetenv('XDG_CONFIG_HOME')
|
||||
os.environ.pop('XDG_CONFIG_HOME', None)
|
||||
|
||||
assert fn() == os.path.expanduser('~/.config/toot/config.json')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user