feat: support google.api.http in gateway (#2161)
This commit is contained in:
@@ -25,5 +25,9 @@ func TestGetMethods(t *testing.T) {
|
||||
assert.Nil(t, err)
|
||||
methods, err := GetMethods(source)
|
||||
assert.Nil(t, err)
|
||||
assert.EqualValues(t, []string{"hello.Hello/Ping"}, methods)
|
||||
assert.EqualValues(t, []Method{
|
||||
{
|
||||
RpcPath: "hello.Hello/Ping",
|
||||
},
|
||||
}, methods)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user