mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-31 09:55:55 +00:00
Fix tests
This commit is contained in:
parent
1221350996
commit
18103afcc2
1 changed files with 1 additions and 2 deletions
|
|
@ -147,8 +147,7 @@ class TestCaldavStorage(DavStorageTests):
|
|||
calls = []
|
||||
args = get_storage_args(collection=None)
|
||||
|
||||
def request(session, method, url, data=None, headers=None, auth=None,
|
||||
verify=None):
|
||||
def request(session, method, url, **kwargs):
|
||||
assert url == args['url']
|
||||
calls.append(None)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue