mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 13:47:15 +08:00
feat: api支持传递locale,close #155
This commit is contained in:
@@ -13,7 +13,7 @@ type APITestSuite struct {
|
||||
|
||||
func TestAPITestSuite(t *testing.T) {
|
||||
suite.Run(t, &APITestSuite{
|
||||
api: NewAPI("2.3.0"),
|
||||
api: NewAPI("2.3.0", "en"),
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user