Commit cc8d0e70 authored by jianglingxia's avatar jianglingxia

get_test.go fix error format and info

parent 87d1de66
......@@ -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