aiverify
aiverify copied to clipboard
[BUG] Generate Report Becomes Invalid Status if "Map API Request Parameters" are not clicked
Is there an existing issue for this?
- [X] I have searched the existing issues
Description
This occurs when user does not click on "Map API Request Parameters". This might happen whereby all api request parameters have been mapped. Thus, user might not click it to map. This results in an error coming out. The user will click next to proceed, which will show an invalid status when running the test. The invalid status inadvertently causes the test to fail.
Current Behavior
The error message appears regardless of whether all parameters in api request are mapped or not. It will only not appear if the "Map API Request Parameters" is click. Also, clicking next to proceed to run the test will have an invalid status.
Expected Behavior
The error message should not come out when all parameters in api request are mapped. Also, clicking next to proceed to run the test should not have an invalid status.
Steps To Reproduce
- Create an AI Model API Configuration
- Upload a Dataset
- Create a Project
- Drag a Widget
- In the Input Page, do not click on "Map API Request Parameters"
- Click Next
- An error message will appear
- Click Next and Proceed to Test
Environment
- Operating System and Version:Ubuntu 22.04
- AI Verify Version:v0.10.0
- Any other relevant information (e.g. version of related package dependencies installed):
Did you build using source code or from docker file? If from source code, please provide the below information:
- Python Version:
- Node Version:
- Redis Version:
- Mongo Version:
- Screen Resolution:
Screenshots/ Code snippets
No response
Additional Context
No response
Possible Solution (Optional)
No response