File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ describe('Delete Orgs', () => {
2828 config : join ( 'config' , 'project-scratch-def.json' ) ,
2929 } ,
3030 {
31- alias : 'anAlias ' ,
31+ alias : 'deleteAlias ' ,
3232 config : join ( 'config' , 'project-scratch-def.json' ) ,
3333 } ,
3434 ] ,
3535 } ) ;
3636
3737 const defaultOrg = session . orgs . get ( 'default' ) ;
38- const aliasOrg = session . orgs . get ( 'anAlias ' ) ;
38+ const aliasOrg = session . orgs . get ( 'deleteAlias ' ) ;
3939
4040 assert ( defaultOrg ?. username ) ;
4141 assert ( defaultOrg ?. orgId ) ;
@@ -67,7 +67,7 @@ describe('Delete Orgs', () => {
6767 } ) ;
6868
6969 it ( 'delete scratch orgs via alias' , ( ) => {
70- const result = execCmd < DeleteResult > ( 'force:org:delete --targetusername anAlias --noprompt --json' , {
70+ const result = execCmd < DeleteResult > ( 'force:org:delete --targetusername deleteAlias --noprompt --json' , {
7171 ensureExitCode : 0 ,
7272 } ) . jsonOutput ?. result ;
7373 expect ( result ) . to . be . ok ;
You can’t perform that action at this time.
0 commit comments