-
Matthew Draper authored
If we get back a different response status from the one we were expecting, and an exception was rescued, it's likely to be relevant. Before: Expected response to be a <200> but was a <500: Internal Server Error>. After: Expected response to be a <200> but was a <500: Internal Server Error>. Exception while processing request: RuntimeError: foo <backtrace>
Matthew Draper authoredIf we get back a different response status from the one we were expecting, and an exception was rescued, it's likely to be relevant. Before: Expected response to be a <200> but was a <500: Internal Server Error>. After: Expected response to be a <200> but was a <500: Internal Server Error>. Exception while processing request: RuntimeError: foo <backtrace>
Loading