From 2226e505a66570a7f7aa340dc28d7eae25be2ea6 Mon Sep 17 00:00:00 2001 From: Dan Guido Date: Wed, 6 Aug 2025 04:30:59 -0700 Subject: [PATCH] Clean up test config warnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove duplicate ipsec_enabled key (was defined twice) - Remove reserved variable name 'no_log' This eliminates YAML parsing warnings in the test script while maintaining the same test functionality. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- tests/test-local-config.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test-local-config.sh b/tests/test-local-config.sh index cec831a8..15bec86a 100755 --- a/tests/test-local-config.sh +++ b/tests/test-local-config.sh @@ -24,7 +24,6 @@ dns_adblocking: false ssh_tunneling: false store_pki: true tests: true -no_log: false algo_provider: local algo_server_name: test-server algo_ondemand_cellular: false @@ -40,7 +39,6 @@ dns_encryption: false subjectAltName_type: IP subjectAltName: 127.0.0.1 IP_subject_alt_name: 127.0.0.1 -ipsec_enabled: false algo_server: localhost algo_user: ubuntu ansible_ssh_user: ubuntu