I’ve integrated ABIS but since I am using Mock MDS to mock biometrics, the packets are failing as same biometric records are already present.
Is there any way I can turn off this deduplication check for testing purpose? as currently I don’t have devices with me and will be using Mock MDS only.
If you’re using mock Manual Adjudication / Verification systems, you can configure the following property to streamline testing:
mock.mv.default.decision=APPROVED
Setting this property to APPROVED will automatically approve packets during Manual Verification (MV), allowing them to proceed even if a potential biometric match is detected.