Commit 369d5357 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #50485 from jianglingxia/jlx081110

Automatic merge from submit-queue get_test.go fix error format and info **What this PR does / why we need it**: there left the only one need modify,thanks **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #49481 **Special notes for your reviewer**: **Release note**: ```release-note NONE ```
parents 577fdf91 cc8d0e70
......@@ -351,7 +351,7 @@ func TestGetObjectIgnoreNotFound(t *testing.T) {
case p == "/api/v1/namespaces/test" && m == "GET":
return &http.Response{StatusCode: 200, Header: defaultHeader(), Body: objBody(codec, &ns.Items[0])}, nil
default:
t.Fatalf("unexpected request: %#v\n%#v", req.URL, req)
t.Fatalf("request url: %#v,and request: %#v", req.URL, req)
return nil, nil
}
}),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment