mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-11 04:52:08 +00:00
Merge pull request #118010 from aimuz/cleanup
cleanup: duplicate request_test TestRequestAbsPathPreservesTrailingSlash
This commit is contained in:
commit
823e0f77e8
@ -139,11 +139,6 @@ func TestRequestAbsPathPreservesTrailingSlash(t *testing.T) {
|
|||||||
if s := r.URL().String(); s != "/foo/" {
|
if s := r.URL().String(); s != "/foo/" {
|
||||||
t.Errorf("trailing slash should be preserved: %s", s)
|
t.Errorf("trailing slash should be preserved: %s", s)
|
||||||
}
|
}
|
||||||
|
|
||||||
r = (&Request{c: &RESTClient{base: &url.URL{}}}).AbsPath("/foo/")
|
|
||||||
if s := r.URL().String(); s != "/foo/" {
|
|
||||||
t.Errorf("trailing slash should be preserved: %s", s)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestRequestAbsPathJoins(t *testing.T) {
|
func TestRequestAbsPathJoins(t *testing.T) {
|
||||||
|
Loading…
Reference in New Issue
Block a user