Jamie Curnow преди 2 години
родител
ревизия
9225d5d442
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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');
 		});
 	});