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 @@ -37,15 +37,15 @@ describe('plugin-login', () => {
3737 await fs . remove ( testFilesPath ) ;
3838 } ) ;
3939 it ( 'creates with spaced commands' , async ( ) => {
40- const dita = loadTestDitamapFile ( join ( 'login' , 'cli_reference_login_org_jwt .xml' ) ) ;
40+ const dita = loadTestDitamapFile ( join ( 'login' , 'cli_reference_login_org_jwt_unified .xml' ) ) ;
4141 expect ( / < t i t l e > < c o d e p h o t h e r p r o p s = " n o l a n g " > l o g i n o r g j w t / . test ( dita ) ) . to . be . true ;
4242 } ) ;
4343 it ( 'creates with summary' , async ( ) => {
44- const dita = loadTestDitamapFile ( join ( 'login' , 'cli_reference_login_org_jwt .xml' ) ) ;
44+ const dita = loadTestDitamapFile ( join ( 'login' , 'cli_reference_login_org_jwt_unified .xml' ) ) ;
4545 expect ( / s h o r t d e s c " > \n ( \s .* ) L o g i n t o a S a l e s f o r c e o r g u s i n g a J S O N w e b t o k e n \( J W T \) ./ . test ( dita ) ) . to . be . true ;
4646 } ) ;
4747 it ( 'creates parameters' , async ( ) => {
48- const dita = loadTestDitamapFile ( join ( 'login' , 'cli_reference_login_org_jwt .xml' ) ) ;
48+ const dita = loadTestDitamapFile ( join ( 'login' , 'cli_reference_login_org_jwt_unified .xml' ) ) ;
4949 expect ( / < t i t l e > < p h > P a r a m e t e r s < \/ p h > < \/ t i t l e > / . test ( dita ) ) . to . be . true ;
5050 } ) ;
5151} ) ;
You can’t perform that action at this time.
0 commit comments