little-cui commented on a change in pull request #1002:
URL:
https://github.com/apache/servicecomb-service-center/pull/1002#discussion_r638487928
##########
File path: server/plugin/auth/buildin/buidlin_test.go
##########
@@ -134,4 +134,25 @@ func TestTokenAuthenticator_Identify(t *testing.T) {
err = ta.Identify(r)
assert.NoError(t, err)
})
+ t.Run("get role list", func(t *testing.T) {
Review comment:
UT的描述应清楚输入,和期望输出行为
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]