File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1717 uses : salesforcecli/github-workflows/.github/workflows/unitTestsWindows.yml@main
1818 nuts :
1919 needs : linux-unit-tests
20- uses : salesforcecli/github-workflows/.github/workflows/nut.yml@sm/nuts-on-latestrc
20+ uses : salesforcecli/github-workflows/.github/workflows/nut.yml@main
2121 secrets : inherit
2222 strategy :
2323 matrix :
Original file line number Diff line number Diff line change 1515 },
1616 "devDependencies" : {
1717 "@oclif/plugin-command-snapshot" : " ^3.3.4" ,
18- "@salesforce/cli-plugins-testkit" : " ^3.2.21 " ,
18+ "@salesforce/cli-plugins-testkit" : " ^3.2.23 " ,
1919 "@salesforce/dev-config" : " ^3.1.0" ,
2020 "@salesforce/dev-scripts" : " ^4.1.1" ,
2121 "@salesforce/plugin-command-reference" : " ^2.2.9" ,
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ const verifyHumanResults = (
3434 const aliasUserLine = lines . find ( ( line ) => line . includes ( aliasedUsername ) ) ;
3535 assert ( aliasUserLine ) ;
3636 expect ( aliasUserLine ) . to . include ( 'anAlias' ) ;
37- // verbose mode should display sractch org Id and dev hub org Id
37+ // verbose mode should display scratch org Id and dev hub org Id
3838 if ( verbose ) {
3939 expect ( defaultUserLine . match ( / 0 0 D / g) ) . to . have . lengthOf ( 2 , defaultUserLine ) ;
4040 expect ( aliasUserLine . match ( / 0 0 D / g) ) . to . have . lengthOf ( 2 , aliasUserLine ) ;
@@ -54,7 +54,7 @@ describe('Org Command NUT', () => {
5454 before ( async ( ) => {
5555 session = await TestSession . create ( {
5656 project : { name : 'forceOrgList' } ,
57- devhubAuthStrategy : 'AUTO ' ,
57+ devhubAuthStrategy : 'JWT ' ,
5858 scratchOrgs : [
5959 {
6060 config : join ( 'config' , 'project-scratch-def.json' ) ,
Original file line number Diff line number Diff line change 897897 mv "~2"
898898 safe-json-stringify "~1"
899899
900- " @salesforce/cli-plugins-testkit@^3.2.21 " :
901- version "3.2.21 "
902- resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-3.2.21 .tgz#14cd8f61b9c2963f46abaa75d82780c92a91695c "
903- integrity sha512-1t4marMV6ZQQu4oHUg/UnctldhTw+hcC3Tr8uIvCz8HxiWpRkUqtstDV3TCXU9mzNa+tIM2DeoxUtamtDYHP3Q ==
900+ " @salesforce/cli-plugins-testkit@^3.2.23 " :
901+ version "3.2.23 "
902+ resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-3.2.23 .tgz#79534870066c86c726e796261bb8d0f80088f666 "
903+ integrity sha512-nRRZiE8uozwwY9H78q4GAudg0OkqdcCF5q+sPZpyZGpKbsqiS4rQzAN15JQhu/PNGXm0DAgBrzsFZ9D/LlOu2A ==
904904 dependencies :
905905 " @salesforce/core" " ^3.33.1"
906906 " @salesforce/kit" " ^1.8.0"
907- " @salesforce/ts-types" " ^1.7.2 "
907+ " @salesforce/ts-types" " ^1.7.3 "
908908 " @types/shelljs" " ^0.8.11"
909909 archiver "^5.2.0"
910910 debug "^4.3.1"
You can’t perform that action at this time.
0 commit comments