1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00

curl tests: fix caldav test using __DOMAIN__ syntax

This commit is contained in:
Alexandre Aubin 2024-08-25 10:11:39 +02:00
parent efeea41ddf
commit e9a7d0e9d5

View file

@ -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."