File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
tests/storage/servers/fastmail Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ the settings to use::
10
10
11
11
[storage cal]
12
12
type = "caldav"
13
- url = "https://caldav.messagingengine .com/"
13
+ url = "https://caldav.fastmail .com/"
14
14
username = ...
15
15
password = ...
16
16
17
17
[storage card]
18
18
type = "carddav"
19
- url = "https://carddav.messagingengine .com/"
19
+ url = "https://carddav.fastmail .com/"
20
20
username = ...
21
21
password = ...
22
22
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ def inner(collection='test'):
14
14
}
15
15
16
16
if self .storage_class .fileext == '.ics' :
17
- args ['url' ] = 'https://caldav.messagingengine .com/'
17
+ args ['url' ] = 'https://caldav.fastmail .com/'
18
18
elif self .storage_class .fileext == '.vcf' :
19
- args ['url' ] = 'https://carddav.messagingengine .com/'
19
+ args ['url' ] = 'https://carddav.fastmail .com/'
20
20
else :
21
21
raise RuntimeError ()
22
22
You can’t perform that action at this time.
0 commit comments