Skip to content

v2.10.2 #2784

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Mar 30, 2023
Prev Previous commit
Next Next commit
Tweak test
  • Loading branch information
jc21 committed Mar 30, 2023
commit 308a7149ede7b10786ca04489d933ffcb99bb901
2 changes: 1 addition & 1 deletion test/cypress/integration/api/Hosts.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(data.meta.nginx_online).not.to.exist();
expect(typeof data.meta.nginx_online).not.be.equal('undefined');
});
});

Expand Down