Skip to content

Commit

Permalink
Rename AZURE to AZURE_DEVOPS; fix typo in recommended extensions test…
Browse files Browse the repository at this point in the history
… name (#22430)

Signed-off-by: Dmytro Nochevnov <[email protected]>
  • Loading branch information
dmytro-ndp authored Aug 11, 2023
1 parent 11985ec commit 1397a5e
Show file tree
Hide file tree
Showing 6 changed files with 1,111 additions and 1,854 deletions.
2 changes: 1 addition & 1 deletion tests/e2e/constants/FactoryTestConstants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export enum GitProviderType {
GITHUB = 'github',
GITLAB = 'gitlab',
BITBUCKET = 'bitbucket',
AZURE = 'azure'
AZURE_DEVOPS = 'azure-devops'
}

export const FactoryTestConstants: any = {
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/constants/PluginsTestConstants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
**********************************************************************/
export const PluginsTestConstants: any = {
/**
* Dashboard samples to check in RecomendedExtentions.spec.ts
* Dashboard samples to check in RecommendedExtensions.spec.ts
*/
TS_SAMPLE_LIST: process.env.TS_SAMPLE_LIST || 'Node.js MongoDB,Node.js Express',
};
Loading

0 comments on commit 1397a5e

Please sign in to comment.