From 80f767c0c6b5f1609ecd34ef1ffff55868bae58f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edu=20G=C3=B3mez=20Escandell?= Date: Wed, 25 Oct 2023 16:59:46 +0200 Subject: [PATCH] Update fixtures for WSL-Pro-Service Landscape Just to prove that the host section is stripped --- .../landscape.conf | 3 +++ .../landscape.conf | 3 +++ .../landscape.conf | 3 +++ .../system/testdata/TestLandscapeEnable/success/landscape.conf | 3 +++ .../success_overriding_computer_title/landscape.conf | 3 +++ .../success_overriding_the_ssl_certficate_path/landscape.conf | 3 +++ 6 files changed, 18 insertions(+) diff --git a/wsl-pro-service/internal/system/testdata/TestLandscapeEnable/error_when_failing_to_override_the_ssl_certficate_path/landscape.conf b/wsl-pro-service/internal/system/testdata/TestLandscapeEnable/error_when_failing_to_override_the_ssl_certficate_path/landscape.conf index f256eee6e..75c264a41 100644 --- a/wsl-pro-service/internal/system/testdata/TestLandscapeEnable/error_when_failing_to_override_the_ssl_certficate_path/landscape.conf +++ b/wsl-pro-service/internal/system/testdata/TestLandscapeEnable/error_when_failing_to_override_the_ssl_certficate_path/landscape.conf @@ -1,3 +1,6 @@ +[host] +url = www.example.com + [client] hello = world ssl_public_key = D:\Users\TestUser\certificate \ No newline at end of file diff --git a/wsl-pro-service/internal/system/testdata/TestLandscapeEnable/error_when_the_config_file_cannot_be_written/landscape.conf b/wsl-pro-service/internal/system/testdata/TestLandscapeEnable/error_when_the_config_file_cannot_be_written/landscape.conf index 41d49280c..c75b99ea4 100644 --- a/wsl-pro-service/internal/system/testdata/TestLandscapeEnable/error_when_the_config_file_cannot_be_written/landscape.conf +++ b/wsl-pro-service/internal/system/testdata/TestLandscapeEnable/error_when_the_config_file_cannot_be_written/landscape.conf @@ -1,2 +1,5 @@ +[host] +url = www.example.com + [client] hello = world \ No newline at end of file diff --git a/wsl-pro-service/internal/system/testdata/TestLandscapeEnable/error_when_the_landscape-config_command_fails/landscape.conf b/wsl-pro-service/internal/system/testdata/TestLandscapeEnable/error_when_the_landscape-config_command_fails/landscape.conf index 41d49280c..c75b99ea4 100644 --- a/wsl-pro-service/internal/system/testdata/TestLandscapeEnable/error_when_the_landscape-config_command_fails/landscape.conf +++ b/wsl-pro-service/internal/system/testdata/TestLandscapeEnable/error_when_the_landscape-config_command_fails/landscape.conf @@ -1,2 +1,5 @@ +[host] +url = www.example.com + [client] hello = world \ No newline at end of file diff --git a/wsl-pro-service/internal/system/testdata/TestLandscapeEnable/success/landscape.conf b/wsl-pro-service/internal/system/testdata/TestLandscapeEnable/success/landscape.conf index 41d49280c..c75b99ea4 100644 --- a/wsl-pro-service/internal/system/testdata/TestLandscapeEnable/success/landscape.conf +++ b/wsl-pro-service/internal/system/testdata/TestLandscapeEnable/success/landscape.conf @@ -1,2 +1,5 @@ +[host] +url = www.example.com + [client] hello = world \ No newline at end of file diff --git a/wsl-pro-service/internal/system/testdata/TestLandscapeEnable/success_overriding_computer_title/landscape.conf b/wsl-pro-service/internal/system/testdata/TestLandscapeEnable/success_overriding_computer_title/landscape.conf index 974df0251..94a5422a7 100644 --- a/wsl-pro-service/internal/system/testdata/TestLandscapeEnable/success_overriding_computer_title/landscape.conf +++ b/wsl-pro-service/internal/system/testdata/TestLandscapeEnable/success_overriding_computer_title/landscape.conf @@ -1,3 +1,6 @@ +[host] +url = www.example.com + [client] computer_title = DEFAULT_COMPUTER_TITLE hello = world diff --git a/wsl-pro-service/internal/system/testdata/TestLandscapeEnable/success_overriding_the_ssl_certficate_path/landscape.conf b/wsl-pro-service/internal/system/testdata/TestLandscapeEnable/success_overriding_the_ssl_certficate_path/landscape.conf index f256eee6e..75c264a41 100644 --- a/wsl-pro-service/internal/system/testdata/TestLandscapeEnable/success_overriding_the_ssl_certficate_path/landscape.conf +++ b/wsl-pro-service/internal/system/testdata/TestLandscapeEnable/success_overriding_the_ssl_certficate_path/landscape.conf @@ -1,3 +1,6 @@ +[host] +url = www.example.com + [client] hello = world ssl_public_key = D:\Users\TestUser\certificate \ No newline at end of file