mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-10-05 04:10:10 +00:00
Merge 480c772b98
into 498109addb
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user