Open rgarmyn opened 8 months ago
This pull request fixes a tuple size mismatch in the return statements of the api_checks.py file. The issue was causing incorrect return values when the status code was not 200. This PR ensures that the correct tuple size is returned in all cases.
This pull request fixes a tuple size mismatch in the return statements of the api_checks.py file. The issue was causing incorrect return values when the status code was not 200. This PR ensures that the correct tuple size is returned in all cases.