Skip to content

Commit ee22a85

Browse files
committed
mfa
1 parent 1bfd768 commit ee22a85

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

MSAL/test/integration/native_auth/end_to_end/mfa/MSALNativeAuthSignInWithMFAEndToEndTests.swift

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,8 +323,12 @@ final class MSALNativeAuthSignInWithMFAEndToEndTests: MSALNativeAuthEndToEndPass
323323
}
324324
let signInExpectation = expectation(description: "signing in")
325325
let signInDelegateSpy = SignInPasswordStartDelegateSpy(expectation: signInExpectation)
326+
327+
let param = MSALNativeAuthSignInParameters(username: username)
328+
param.password = password
329+
param.correlationId = correlationId
326330

327-
application.signIn(username: username, password: password, correlationId: correlationId, delegate: signInDelegateSpy)
331+
application.signIn(parameters: param, delegate: signInDelegateSpy)
328332

329333
await fulfillment(of: [signInExpectation])
330334

0 commit comments

Comments
 (0)