Fix cypress integration tests
This commit is contained in:
parent
da29cd2e0e
commit
c39e580e81
2 changed files with 6 additions and 4 deletions
|
@ -90,7 +90,7 @@
|
||||||
"nginx_err": "Command failed: /usr/sbin/nginx -t -g \"error_log off;\"\nnginx: [emerg] unknown directive \"sdfsdfsdf\" in /data/nginx/proxy_host/1.conf:37\nnginx: configuration file /etc/nginx/nginx.conf test failed\n"
|
"nginx_err": "Command failed: /usr/sbin/nginx -t -g \"error_log off;\"\nnginx: [emerg] unknown directive \"sdfsdfsdf\" in /data/nginx/proxy_host/1.conf:37\nnginx: configuration file /etc/nginx/nginx.conf test failed\n"
|
||||||
},
|
},
|
||||||
"allow_websocket_upgrade": 0,
|
"allow_websocket_upgrade": 0,
|
||||||
"proxy_support_enabled": 0,
|
"enable_proxy_protocol": 0,
|
||||||
"load_balancer_ip": "",
|
"load_balancer_ip": "",
|
||||||
"http2_support": 0,
|
"http2_support": 0,
|
||||||
"forward_scheme": "http",
|
"forward_scheme": "http",
|
||||||
|
@ -212,7 +212,7 @@
|
||||||
"dns_challenge": false
|
"dns_challenge": false
|
||||||
},
|
},
|
||||||
"allow_websocket_upgrade": 0,
|
"allow_websocket_upgrade": 0,
|
||||||
"proxy_support_enabled": 0,
|
"enable_proxy_protocol": 0,
|
||||||
"load_balancer_ip": "",
|
"load_balancer_ip": "",
|
||||||
"http2_support": 0,
|
"http2_support": 0,
|
||||||
"forward_scheme": "http",
|
"forward_scheme": "http",
|
||||||
|
@ -1124,7 +1124,7 @@
|
||||||
"advanced_config",
|
"advanced_config",
|
||||||
"meta",
|
"meta",
|
||||||
"allow_websocket_upgrade",
|
"allow_websocket_upgrade",
|
||||||
"proxy_support_enabled",
|
"enable_proxy_protocol",
|
||||||
"load_balancer_ip",
|
"load_balancer_ip",
|
||||||
"http2_support",
|
"http2_support",
|
||||||
"forward_scheme",
|
"forward_scheme",
|
||||||
|
@ -1199,7 +1199,7 @@
|
||||||
"allow_websocket_upgrade": {
|
"allow_websocket_upgrade": {
|
||||||
"type": "integer"
|
"type": "integer"
|
||||||
},
|
},
|
||||||
"proxy_support_enabled": {
|
"enable_proxy_protocol": {
|
||||||
"type": "integer"
|
"type": "integer"
|
||||||
},
|
},
|
||||||
"load_balancer_ip": {
|
"load_balancer_ip": {
|
||||||
|
|
|
@ -29,6 +29,8 @@ describe('Hosts endpoints', () => {
|
||||||
block_exploits: false,
|
block_exploits: false,
|
||||||
caching_enabled: false,
|
caching_enabled: false,
|
||||||
allow_websocket_upgrade: false,
|
allow_websocket_upgrade: false,
|
||||||
|
enable_proxy_protocol: false,
|
||||||
|
load_balancer_ip: '',
|
||||||
http2_support: false,
|
http2_support: false,
|
||||||
hsts_enabled: false,
|
hsts_enabled: false,
|
||||||
hsts_subdomains: false,
|
hsts_subdomains: false,
|
||||||
|
|
Loading…
Reference in a new issue