mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Remove useless class
This commit is contained in:
parent
aaf2eeb412
commit
6e55e6d2c7
1 changed files with 46 additions and 48 deletions
|
|
@ -11,9 +11,7 @@ from vdirsyncer.storage.http import HttpStorage
|
||||||
from requests import Response
|
from requests import Response
|
||||||
|
|
||||||
|
|
||||||
class TestHttpStorage(object):
|
def test_list(self, monkeypatch):
|
||||||
|
|
||||||
def test_list(self, monkeypatch):
|
|
||||||
collection_url = 'http://127.0.0.1/calendar/collection.ics'
|
collection_url = 'http://127.0.0.1/calendar/collection.ics'
|
||||||
|
|
||||||
items = [
|
items = [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue