1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/headscale_ynh.git synced 2024-09-03 19:25:53 +02:00

Fix tests

This commit is contained in:
tituspijean 2023-06-11 13:37:26 +02:00
parent da4ca074fc
commit 348feede01
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -6,7 +6,7 @@ test_format = 1.0
sudo yunohost domain add dex-headscale.domain.tld
"""
args.domain = "headscale.domain.tld"
args.domain = "sub.domain.tld"
args.dex_domain = "dex-headscale.domain.tld"
args.dex_path = "/dex"
args.base_domain = "headscale.domain.tld"
args.base_domain = "sub.domain.tld"