mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-05-13 13:56:52 +00:00
Let's also add a check to ProxyHosts tests to see if it passes
This commit is contained in:
parent
1a5f39a221
commit
efca9a8d80
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ describe('Proxy Hosts endpoints', () => {
|
|||
expect(data.id).to.be.greaterThan(0);
|
||||
expect(data).to.have.property('enabled');
|
||||
expect(data).to.have.property('enabled', true);
|
||||
expect(data).to.have.property('enable_proxy_protocol', false);
|
||||
expect(data).to.have.property('meta');
|
||||
expect(typeof data.meta.nginx_online).to.be.equal('undefined');
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue