Skip to content

Commit 9701eae

Browse files
Address 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 808a85c commit 9701eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/cypress/e2e/company.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ describe('To Validate & get Company Activity Callback via API call', function ()
401401
{
402402
title: 'GET /company/{companyID}/cla-group/{claGroupID}/cla-managers with empty companyID',
403403
method: 'GET',
404-
url: `${claEndpoint} /cla-group/${exampleV4}/cla-managers`.replace('company/ ', 'company/'),
404+
url: `${claEndpoint}/cla-group/${exampleV4}/cla-managers`,
405405
expectedStatus: 404,
406406
expectedCode: 404,
407407
expectedMessage: `path /v4/company//cla-group/${exampleV4}/cla-managers was not found`,

0 commit comments

Comments
 (0)