2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 03:07:20 +08:00

fix: tests

This commit is contained in:
2026-01-13 03:03:29 +08:00
parent 9fc3c70b9b
commit 47b312eafb

View File

@@ -631,7 +631,6 @@ func (s *ProxyVhostTestSuite) TestProxySNI() {
s.Contains(string(content), "SSLProxyEngine On")
s.Contains(string(content), "# SNI: backend.example.com")
s.Contains(string(content), "RequestHeader set Host \"backend.example.com\"")
// 验证可以解析回来
got := s.vhost.Proxies()