We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 308a714 commit 9225d5dCopy full SHA for 9225d5d
test/cypress/integration/api/Hosts.spec.js
@@ -41,7 +41,7 @@ describe('Hosts endpoints', () => {
41
expect(data).to.have.property('enabled');
42
expect(data.enabled).to.be.greaterThan(0);
43
expect(data).to.have.property('meta');
44
- expect(typeof data.meta.nginx_online).not.be.equal('undefined');
+ expect(typeof data.meta.nginx_online).to.be.equal('undefined');
45
});
46
47
0 commit comments