Fix: Openvpn custom config: remove user set

This commit is contained in:
Quentin McGaw (desktop)
2021-08-18 17:41:53 +00:00
parent 14c3b6429b
commit c515603d2f
2 changed files with 3 additions and 1 deletions

View File

@@ -28,7 +28,8 @@ func Test_OpenVPN_JSON(t *testing.T) {
"custom_config": "",
"version": "",
"encryption_preset": "",
"ipv6": false
"ipv6": false,
"procuser": ""
}`, string(data))
var out OpenVPN
err = json.Unmarshal(data, &out)