From e9a7d0e9d585593ce43866f467faaeb255dab059 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 25 Aug 2024 10:11:39 +0200 Subject: [PATCH] curl tests: fix caldav test using __DOMAIN__ syntax --- tests.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.toml b/tests.toml index 736512d..4383396 100644 --- a/tests.toml +++ b/tests.toml @@ -30,7 +30,7 @@ test_format = 1.0 file.logged_on_sso = true file.expect_content = "# Welcome to Nextcloud!" - caldav.base_url = "https://domain.tld" + caldav.base_url = "https://__DOMAIN__" caldav.path = "/.well-known/caldav" caldav.logged_on_sso = true caldav.expect_content = "This is the WebDAV interface."