Browse Source

Tweak test

Jamie Curnow 2 years ago
parent
commit
9225d5d442
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/cypress/integration/api/Hosts.spec.js

+ 1 - 1
test/cypress/integration/api/Hosts.spec.js

@@ -41,7 +41,7 @@ describe('Hosts endpoints', () => {
 			expect(data).to.have.property('enabled');
 			expect(data.enabled).to.be.greaterThan(0);
 			expect(data).to.have.property('meta');
-			expect(typeof data.meta.nginx_online).not.be.equal('undefined');
+			expect(typeof data.meta.nginx_online).to.be.equal('undefined');
 		});
 	});