Update configuration test

This commit is contained in:
Sergey Abramchuk
2018-09-27 16:50:44 +03:00
parent a745f356c1
commit b5489568fd

View File

@@ -24,7 +24,7 @@ class OpenVPNConfigurationTests: XCTestCase {
}
func testGetSetProfile() {
let originalProfile = ProfileLoader.getVPNProfile(type: .localVPNServer)
guard let originalProfile = VPNProfile.configuration.data(using: .utf8) else { fatalError() }
let configuration = OpenVPNConfiguration()