This commit is contained in:
Semjon Nordmann
2025-01-30 23:25:27 -08:00
committed by GitHub
32 changed files with 282 additions and 29 deletions

View File

@@ -32,7 +32,9 @@ describe('Proxy Hosts endpoints', () => {
http2_support: false,
hsts_enabled: false,
hsts_subdomains: false,
ssl_forced: false
ssl_forced: false,
proxy_protocol_enabled: false,
loadbalancer_address: '',
}
}).then((data) => {
cy.validateSwaggerSchema('post', 201, '/nginx/proxy-hosts', data);