You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cdrResourceValidator does not properly respond when a POST request is used
eg POST /energy/accounts/billing
It will always return a false value, indicating the user has not given consent to the accounts in the POST body
To DO
Fix bug
add unit test
The text was updated successfully, but these errors were encountered:
Description
The cdrResourceValidator does not properly respond when a POST request is used
eg POST /energy/accounts/billing
It will always return a false value, indicating the user has not given consent to the accounts in the POST body
To DO
The text was updated successfully, but these errors were encountered: