Feature: OPENVPN_VERSION which can be 2.4 or 2.5
This commit is contained in:
@@ -52,7 +52,8 @@ func Test_OpenVPN_JSON(t *testing.T) {
|
||||
"filepath": ""
|
||||
}
|
||||
},
|
||||
"custom_config": ""
|
||||
"custom_config": "",
|
||||
"version": ""
|
||||
}`, string(data))
|
||||
var out OpenVPN
|
||||
err = json.Unmarshal(data, &out)
|
||||
|
||||
Reference in New Issue
Block a user