mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-19 02:15:36 +00:00
test: fix CardDAVSpec.js
This commit is contained in:
@@ -216,7 +216,6 @@ describe('CardDAV extensions', function() {
|
||||
.withContext(`HTTP status code of addressbook-query`)
|
||||
.toEqual(207)
|
||||
|
||||
vcard = ICAL.Component.fromString(response[0].props.addressData.toString())
|
||||
emails = []
|
||||
for (const prop of vcard.getAllProperties('email')) {
|
||||
emails.push(prop.getFirstValue())
|
||||
|
||||
Reference in New Issue
Block a user