From 6c25ee53f135c5eab8d32ecefd9ea9ad129401f9 Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Mon, 6 Oct 2025 11:08:03 +0000 Subject: [PATCH] Fix unit test --- .../configuration/settings/settings_test.go | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/internal/configuration/settings/settings_test.go b/internal/configuration/settings/settings_test.go index b2c2bd9e..7aa30a15 100644 --- a/internal/configuration/settings/settings_test.go +++ b/internal/configuration/settings/settings_test.go @@ -29,15 +29,14 @@ func Test_Settings_String(t *testing.T) { | | └── OpenVPN server selection settings: | | ├── Protocol: UDP | | └── Private Internet Access encryption preset: strong -| ├── OpenVPN settings: -| | ├── OpenVPN version: 2.6 -| | ├── User: [not set] -| | ├── Password: [not set] -| | ├── Private Internet Access encryption preset: strong -| | ├── Network interface: tun0 -| | ├── Run OpenVPN as: root -| | └── Verbosity level: 1 -| └── Path MTU discovery update: yes +| └── OpenVPN settings: +| ├── OpenVPN version: 2.6 +| ├── User: [not set] +| ├── Password: [not set] +| ├── Private Internet Access encryption preset: strong +| ├── Network interface: tun0 +| ├── Run OpenVPN as: root +| └── Verbosity level: 1 ├── DNS settings: | ├── Keep existing nameserver(s): no | ├── DNS server address to use: 127.0.0.1