From e22775cfccf65f857d63fa365128fa5d268f4c7d Mon Sep 17 00:00:00 2001 From: 180909 Date: Mon, 9 Jan 2023 21:20:49 +0800 Subject: [PATCH] chore(transport): fix the test name (#2543) --- transport/http/binding/encode_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transport/http/binding/encode_test.go b/transport/http/binding/encode_test.go index 7e8286c90..4236abf3b 100644 --- a/transport/http/binding/encode_test.go +++ b/transport/http/binding/encode_test.go @@ -8,7 +8,7 @@ import ( "github.com/go-kratos/kratos/v2/internal/testdata/binding" ) -func TestProtoPath(t *testing.T) { +func TestEncodeURL(t *testing.T) { tests := []struct { pathTemplate string request *binding.HelloRequest