Skip to content

Commit f58cd88

Browse files
Merge pull request #4787 from linuxfoundation/unicron-4762-cypress-apis-test-coverage-8
Fix one test case
2 parents 4857451 + 4b60d0c commit f58cd88

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -181,15 +181,7 @@ https://api-gw.dev.platform.linuxfoundation.org/acs/v1/api-docs#tag/Role/operati
181181
expectedStatus: 404,
182182
expectedCode: 404,
183183
expectedMsg: 'path /v4/user//invite-company-admin was not found',
184-
mode: 'local',
185-
},
186-
{
187-
method: 'POST',
188-
url: `${claEndpoint}user//invite-company-admin`,
189-
expectedStatus: 403,
190-
expectedCode: 403,
191-
expectedMsg: '',
192-
mode: 'remote',
184+
mode: both,
193185
},
194186
{
195187
method: 'POST',

0 commit comments

Comments
 (0)