Skip to content

Commit

Permalink
Add default port to global test variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-checkmk committed Dec 24, 2024
1 parent b889dc2 commit 7f7f931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/files/includes/vars/global.yml
Original file line number Diff line number Diff line change
@@ -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!"

Expand Down

0 comments on commit 7f7f931

Please sign in to comment.