Skip to content

Commit

Permalink
Fix nextcloud url
Browse files Browse the repository at this point in the history
  • Loading branch information
mstilkerich committed Jan 17, 2021
1 parent e65b1ff commit e10bf09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/AccountData.php.dist
Expand Up @@ -88,7 +88,7 @@ final class AccountData
*/
"Nextcloud" => [
"account" => "Nextcloud",
"url" => "http://localhost:8080/remote.php/dav/addressbooks/users/nextcloudUser/contacts/",
"url" => "http://localhost:8080/remote.php/dav/addressbooks/users/ncadm/contacts/",
"displayname" => "Contacts",
"supports_synccoll" => true,
"supports_multiget" => true,
Expand Down

0 comments on commit e10bf09

Please sign in to comment.