From 7f7f931f6a07166dc6564435fe85eec20538ab77 Mon Sep 17 00:00:00 2001 From: Robin Gierse Date: Tue, 24 Dec 2024 08:19:27 +0100 Subject: [PATCH] Add default port to global test variables. --- tests/integration/files/includes/vars/global.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/files/includes/vars/global.yml b/tests/integration/files/includes/vars/global.yml index b75106cbb..6b321c34f 100644 --- a/tests/integration/files/includes/vars/global.yml +++ b/tests/integration/files/includes/vars/global.yml @@ -1,6 +1,6 @@ --- # Configure location and credentials for the Checkmk REST API -checkmk_var_server_url: "http://127.0.0.1:{{ outer_item.port }}/" +checkmk_var_server_url: "http://127.0.0.1:{{ outer_item.port | default('80') }}/" checkmk_var_automation_user: "cmkadmin" checkmk_var_automation_secret: "Sup3rSec4et!"