mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +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):
|
def test_invalid_storage_name(read_config):
|
||||||
with pytest.raises(exceptions.UserError) as excinfo:
|
with pytest.raises(exceptions.UserError) as excinfo:
|
||||||
read_config(u'''None
|
read_config(u'''
|
||||||
[general]
|
[general]
|
||||||
status_path = {base}/status/
|
status_path = {base}/status/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue