Skip to content

Commit f4552ef

Browse files
AI feedback
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 f586ee1 commit f4552ef

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -460,9 +460,6 @@ describe("To Validate 'GET, CREATE, UPDATE and DELETE' CLA groups API call on ch
460460
const filtered = requests.filter((r) => r.mode === 'both' || r.mode === effectiveMode);
461461
cy.wrap(filtered).each((req: any) => {
462462
const { method, url, expectedStatus, expectedCode, expectedMsg, mode } = req;
463-
if ((mode === 'local' && !local) || (mode === 'remote' && local)) {
464-
return;
465-
}
466463
cy.task('log', `--> ${method} ${url}`);
467464
cy.request({
468465
method: method,

0 commit comments

Comments
 (0)