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:
parent
efeea41ddf
commit
e9a7d0e9d5
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Reference in a new issue