mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-06 00:00:03 +08:00
Update configuration test
This commit is contained in:
@@ -24,7 +24,7 @@ class OpenVPNConfigurationTests: XCTestCase {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func testGetSetProfile() {
|
func testGetSetProfile() {
|
||||||
let originalProfile = ProfileLoader.getVPNProfile(type: .localVPNServer)
|
guard let originalProfile = VPNProfile.configuration.data(using: .utf8) else { fatalError() }
|
||||||
|
|
||||||
let configuration = OpenVPNConfiguration()
|
let configuration = OpenVPNConfiguration()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user