We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fdce65 commit 6e4f812Copy full SHA for 6e4f812
Modules/Tests/NetworkingTests/ApplicationPassword/RequestProcessorTests.swift
@@ -416,9 +416,6 @@ final class RequestProcessorTests: XCTestCase {
416
// Then
417
XCTAssertFalse(shouldRetry.retryRequired)
418
XCTAssertFalse(mockRequestAuthenticator.deleteApplicationPasswordCalled)
419
- waitUntil {
420
- mockDelegate.didFailToAuthenticateRequestForSiteID == 123
421
- }
422
}
423
424
func test_request_not_retried_when_password_deletion_fails_after_409_error_with_wpcom_authentication() throws {
0 commit comments