From a4aae5ef56c11dfb5ed1ef4a33ab20eaaee356fa Mon Sep 17 00:00:00 2001 From: Dylan Nienberg Date: Thu, 14 Nov 2024 12:17:24 -0600 Subject: [PATCH] updated --- VAMobile/src/store/slices/authSlice.sis.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VAMobile/src/store/slices/authSlice.sis.test.ts b/VAMobile/src/store/slices/authSlice.sis.test.ts index 5f7fd0ace1..4804606778 100644 --- a/VAMobile/src/store/slices/authSlice.sis.test.ts +++ b/VAMobile/src/store/slices/authSlice.sis.test.ts @@ -280,7 +280,7 @@ context('authAction SIS', () => { const expectedOpts = { accessControl: Keychain.ACCESS_CONTROL.BIOMETRY_ANY, accessible: Keychain.ACCESSIBLE.WHEN_UNLOCKED, - authenticationType: Keychain.AUTHENTICATION_TYPE.BIOMETRICS, + securityLevel: Keychain.SECURITY_LEVEL.SECURE_SOFTWARE, storage: Keychain.STORAGE_TYPE.AES_GCM, } expect(Keychain.setInternetCredentials).toHaveBeenCalledWith('vamobile', 'user', nonce, expectedOpts) @@ -486,7 +486,7 @@ context('authAction SIS', () => { const expectedOpts = { accessControl: Keychain.ACCESS_CONTROL.BIOMETRY_ANY, accessible: Keychain.ACCESSIBLE.WHEN_UNLOCKED, - authenticationType: Keychain.AUTHENTICATION_TYPE.BIOMETRICS, + securityLevel: Keychain.SECURITY_LEVEL.SECURE_SOFTWARE, storage: Keychain.STORAGE_TYPE.AES_GCM, } console.debug(testRefreshToken)