提交 39a136fd 编写于 作者: B Ben Ebsworth

fix raising fatal error on retryablehttp

上级 8b2d1ec2
......@@ -220,7 +220,7 @@ func testRegistry(t *testing.T) {
resp, err := retryablehttp.Get(u.String())
if err != nil {
t.Fatalf("failed get: %v", err)
t.Errorf("failed get: %v", err)
}
if resp.StatusCode != http.StatusOK {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册