Skip to content

Commit

Permalink
Update cypress/e2e/awx/infrastructure/instance-groups/instanceGroupsK…
Browse files Browse the repository at this point in the history
…8s.cy.ts

Co-authored-by: Vidya Nambiar <[email protected]>
  • Loading branch information
nixocio and vidyanambiar authored Aug 27, 2024
1 parent 7903c21 commit 0a17dca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ describe('Instance Groups: Instances Tab', () => {
cy.getByDataCy('run-health-check').click();
cy.wait('@runHealthCheck')
.then((response) => {
expect(response.response?.statusCode).to.be.true;
expect(response.response?.statusCode).to.eql(200);
})
.its('response.body.msg')
.then((response) => {
Expand Down

0 comments on commit 0a17dca

Please sign in to comment.