mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-02-11 00:00:08 +08:00
Update configuration test
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user