Skip to content

Commit

Permalink
Added cypress test case for gitlab-repositories API
Browse files Browse the repository at this point in the history
Signed-off-by: veerendra thakur <[email protected]>
  • Loading branch information
thakurveerendras committed Sep 12, 2023
1 parent 1e66f9c commit 7ce7add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/cypress/e2e/gitlab-repositories.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if (environment === 'dev') {
appConfig = require('../appConfig/config.production.ts').appConfig;
}

//Reference api doc: https://api-gw.dev.platform.linuxfoundation.org/cla-service/v4/api-docs#tag/gitlab-organizations
//Reference api doc: https://api-gw.dev.platform.linuxfoundation.org/cla-service/v4/api-docs#tag/gitlab-repositories
const projectSFID=appConfig.projectSFID; //project name: sun
const claEndpoint = `${Cypress.env("APP_URL")}cla-service/v4/project/${projectSFID}/gitlab/repositories`;

Expand Down

0 comments on commit 7ce7add

Please sign in to comment.