mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Fix typo that would break tests
This commit is contained in:
parent
cf82eef7b9
commit
54517b61c9
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ def test_wrong_general_section(read_config):
|
|||
|
||||
def test_invalid_storage_name(read_config):
|
||||
with pytest.raises(exceptions.UserError) as excinfo:
|
||||
read_config(u'''None
|
||||
read_config(u'''
|
||||
[general]
|
||||
status_path = {base}/status/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue