Closed erikphansen closed 3 years ago
Looks like that user may have been fixed so I'm going to write a test to prove this
@ajakabcin Ready for validation
@erikphansen could you take a look at this for validation? not sure this is something I can confirm
I don't think we have any test users who are not in MPI, so I'm calling this done.
When testing locally with user 41, I noticed that the
GET user
call showed errors with MVI and EMIS. They got a 404 from MVI and 401 from EMIS.We also got errors from the following endpoints:
personal_information
,service_history
,rating_info
, andch33_bank_accounts
.We should not even call those APIs if the user is not in MVI. We already have the logic in place to block most Profile routes if the user is not in MVI. And we already have logic in place to not make those API calls if the user is LOA1. We should add new logic to not make those API calls if the user is not in MVI.