Skip to content

Commit db9084e

Browse files
Status 404 always needs to survive failed request
Signed-off-by: Lukasz Gryglicki <[email protected]> Assisted by [OpenAI](https://platform.openai.com/) Assisted by [GitHub Copilot](https://github.com/features/copilot)
1 parent 55e526c commit db9084e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/cypress/e2e/cla-group.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ describe("To Validate 'GET, CREATE, UPDATE and DELETE' CLA groups API call on ch
131131
cy.request({
132132
method: 'GET',
133133
url: `${claEndpoint}/foundation/${projectSfid}-xyz/cla-groups`,
134-
failOnStatusCode: allowFail,
134+
failOnStatusCode: false,
135135
auth: {
136136
bearer: bearerToken,
137137
},

0 commit comments

Comments
 (0)