Closed dosas closed 1 month ago
Can one of the admins verify this patch?
This is the only assertion I could find regarding Internal Server Error
but it is related to cli job invocations.
This should not affect the robottelo tests. The tests I have seen so far only check for requests.exceptions.HTTPError
and not the content of the error message. The check on specific and meaningful error messages will be enabled by this PR.
Description of changes
The output of raise_for_status is not really descriptive for since the actual error message is not part of the exception.
This commit exapnds on 95b3ce10125cfbc8d9a6d8a8e2b38a5007dd1b16
Adds existing solution to all raise_for_status calls.
Functional demonstration
Example:
vs.