Skip to content

Commit

Permalink
Fix e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
psoleckimoj committed Jan 9, 2025
1 parent 7869033 commit 24d21fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/cypress/features/health.feature.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ describe('Healthcheck', () => {
});

it("'healthy' key/value pair is present with the expected value", () => {
cy.request('/health').its('body.healthy').should('equal', true);
cy.request('/health').its('body.status').should('equal', 'UP');
});

it("'uptime' key/value pair is present with the expected value", () => {
Expand Down

0 comments on commit 24d21fc

Please sign in to comment.