diff options
Diffstat (limited to 'client/client_test.go')
| -rw-r--r-- | client/client_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
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) } } |
