diff --git a/SignalServiceKit/src/Loki/API/Onion Requests/OnionRequestAPITests.swift b/SignalServiceKit/src/Loki/API/Onion Requests/OnionRequestAPITests.swift index 07d42638f..4456a9bc0 100644 --- a/SignalServiceKit/src/Loki/API/Onion Requests/OnionRequestAPITests.swift +++ b/SignalServiceKit/src/Loki/API/Onion Requests/OnionRequestAPITests.swift @@ -4,8 +4,6 @@ import XCTest class OnionRequestAPITests : XCTestCase { private let maxRetryCount: UInt = 2 // Be a bit more stringent when testing - // TODO: Remove dependency on SSKEnvironment - func testGetPath() { let semaphore = DispatchSemaphore(value: 0) var error: Error? = nil