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
{{ message }}
This repository was archived by the owner on Dec 5, 2025. It is now read-only.
CaseRfi.list accepts a "getAll" kwarg. When this is set to True, an exception gets raised due to an incorrect key lookup on the result data. There is a lookup of date that appears to intend to be data.
Description
CaseRfi.list accepts a "getAll" kwarg. When this is set to True, an exception gets raised due to an incorrect key lookup on the result data. There is a lookup of
datethat appears to intend to bedata.Environment
Reproducible Steps
Steps to create the smallest reproducible scenario:
The above ultimately tries to call CaseRfi.list with
getAll=True, which results in the described exception.Expected Output
The case RFI data.
Actual Output
Exception raise:
Additional information
N/A