From 12d85ec02f66ab27abaa9ffaa27ef50196565f33 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Thu, 5 Jan 2023 17:51:18 +0100 Subject: Client Test: Fix config print --- client/client_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') diff --git a/client/client_test.go b/client/client_test.go index 3c57af5..ad16f6f 100644 --- a/client/client_test.go +++ b/client/client_test.go @@ -397,6 +397,6 @@ func TestPreferTCP(t *testing.T) { if config.Type == "openvpn" && !strings.HasSuffix(config.Config, "remote eduvpnserver 1194 udp\nremote eduvpnserver 1194 tcp") { - t.Fatalf("Suffix for disable prefer TCP is not in the right order for config: %s", config) + t.Fatalf("Suffix for disable prefer TCP is not in the right order for config: %s", config.Config) } } -- cgit v1.2.3