From e10bf0971cd823bbae8012c248d76a7f5673ebb4 Mon Sep 17 00:00:00 2001 From: Michael Stilkerich Date: Sun, 17 Jan 2021 15:16:23 +0100 Subject: [PATCH] Fix nextcloud url --- tests/AccountData.php.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/AccountData.php.dist b/tests/AccountData.php.dist index 22fa900..4db2131 100644 --- a/tests/AccountData.php.dist +++ b/tests/AccountData.php.dist @@ -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,