v0.0.484
Some checks failed
Build Docker and Deploy / Run goext test-suite (push) Failing after 1m58s
Some checks failed
Build Docker and Deploy / Run goext test-suite (push) Failing after 1m58s
This commit is contained in:
@@ -36,9 +36,8 @@ type InspectableHTTPResponse interface {
|
||||
Headers() []string
|
||||
}
|
||||
|
||||
type InspectableHTTPErrorResponse interface {
|
||||
type HTTPErrorResponse interface {
|
||||
HTTPResponse
|
||||
InspectableHTTPResponse
|
||||
|
||||
Error() error
|
||||
}
|
||||
|
Reference in New Issue
Block a user