Closed
Description
openedon Nov 10, 2022
Describe the bug
When the CIVisibilityTestsApi.ListCIAppTestEventsWithPagination
func is called, all errors are swallowed.
To Reproduce
Steps to reproduce the behavior:
- Run the function with no API credentials, which results in a 403 in the logs. But no error is returned from the function.
Expected behavior
I would expect errors to be caught in the async func and bubbled up to the calling function using channels or some other method.
Environment and Versions (please complete the following information):
v2 2.5.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment