Remove legacy runtime deployment paths
This commit is contained in:
@@ -138,6 +138,10 @@ describe("ServerDetailPage config write approval", () => {
|
||||
expect(serverDetailPageSource).not.toContain("tcp://");
|
||||
expect(serverDetailPageSource).not.toContain("mysql://");
|
||||
expect(serverDetailPageSource).not.toContain("sqlite://");
|
||||
expect(serverDetailPageSource).not.toContain("SCUM 部署模板");
|
||||
expect(serverDetailPageSource).not.toContain("isScumTemplate");
|
||||
expect(serverDetailPageSource).toContain("部署验证模板");
|
||||
expect(serverDetailPageSource).toContain("平台普通响应不会回显");
|
||||
});
|
||||
|
||||
it("does not expose manual runtime configuration surfaces", () => {
|
||||
|
||||
Reference in New Issue
Block a user