修复测试用例BUG
This commit is contained in:
parent
75f577d91a
commit
a2ac440fbc
1 changed files with 1 additions and 1 deletions
|
|
@ -13,5 +13,5 @@ func TestSetupAPIs(t *testing.T) {
|
|||
|
||||
api := gou.SelectAPI("xiang.workflow.assign")
|
||||
assert.Equal(t, "xiang.workflow.assign", api.Name)
|
||||
assert.Equal(t, 9, len(api.HTTP.Paths))
|
||||
assert.Equal(t, 10, len(api.HTTP.Paths))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue