Skip to content

Commit 6e4f812

Browse files
committed
Fix failed unit test
1 parent 5fdce65 commit 6e4f812

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Modules/Tests/NetworkingTests/ApplicationPassword/RequestProcessorTests.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -416,9 +416,6 @@ final class RequestProcessorTests: XCTestCase {
416416
// Then
417417
XCTAssertFalse(shouldRetry.retryRequired)
418418
XCTAssertFalse(mockRequestAuthenticator.deleteApplicationPasswordCalled)
419-
waitUntil {
420-
mockDelegate.didFailToAuthenticateRequestForSiteID == 123
421-
}
422419
}
423420

424421
func test_request_not_retried_when_password_deletion_fails_after_409_error_with_wpcom_authentication() throws {

0 commit comments

Comments
 (0)