Skip to content
Snippets Groups Projects
Commit f96a30b0 authored by Patrick's avatar Patrick
Browse files

modify test

parent 6aca4f56
No related branches found
No related tags found
No related merge requests found
......@@ -121,5 +121,5 @@ func TestGenericServiceFilter_ResponseString(t *testing.T) {
rpcInvocation := invocation.NewRPCInvocation(methodName, aurguments, nil)
r := filter.OnResponse(result, nil, rpcInvocation)
assert.NotNil(t, r.Result())
assert.Equal(t, reflect.ValueOf(r.Result()).Kind(), reflect.Map)
assert.Equal(t, reflect.ValueOf(r.Result()).Kind(), reflect.String)
}
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