You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This test failure was surfaced from running go test ./... locally:
2020/08/24 04:26:11 RoundTripper returned a response & error; ignoring response2020/08/24 04:26:11 RoundTripper returned a response & error; ignoring response--- FAIL: TestTeamsClientSend (0.00s) send_test.go:106: Error Trace: send_test.go:106 Error: Object expected to be of type *url.Error, but was *errors.errorString Test: TestTeamsClientSendFAILFAIL github.com/atc0005/go-teams-notify/v2 0.010sFAIL
The text was updated successfully, but these errors were encountered:
Update table test to filter error result (nil or not) and
then apply errors.As() func where non-nil to handle wrapped
errors.
I'm not particularly practiced at writing tests, so there is
likely a better way to handle this.
This solves the immediate problem, but more work is needed to
account for recent changes that I introduced with prior PRs
accepted upstream (and now locally).
refs GH-23
This test failure was surfaced from running
go test ./...
locally:The text was updated successfully, but these errors were encountered: