Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparowhawk committed Nov 14, 2024
1 parent 0133dd1 commit a4aae5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VAMobile/src/store/slices/authSlice.sis.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit a4aae5e

Please sign in to comment.