diff --git a/Tests/VPNProfile.swift b/Tests/VPNProfile.swift index 19f5be6..3adf3f1 100644 --- a/Tests/VPNProfile.swift +++ b/Tests/VPNProfile.swift @@ -9,10 +9,10 @@ import Foundation struct VPNProfile { - static let username = "<%= OPENVPN_USERNAME %>" - static let password = "<%= OPENVPN_PASSWORD %>" + static let username = "OPENVPN_USERNAME" + static let password = "OPENVPN_PASSWORD" static let configuration = """ - <%= OPENVPN_CONFIGURATION %> + OPENVPN_CONFIGURATION """ }