mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 16:10:59 +08:00
refactor: 重命名openresty为nginx
This commit is contained in:
@@ -33,7 +33,7 @@ func (s *APITestSuite) TestGetApps() {
|
||||
}
|
||||
|
||||
func (s *APITestSuite) TestGetAppBySlug() {
|
||||
_, err := s.api.AppBySlug("openresty")
|
||||
_, err := s.api.AppBySlug("nginx")
|
||||
s.NoError(err)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user