File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ describe("EngineListAPI cases", () => {
1212 expect ( cxCommandOutput . exitCode ) . toBe ( 0 ) ;
1313 } ) ;
1414
15- it ( 'EngineListAPI Successful case with enegine name sast' , async ( ) => {
15+ it ( 'EngineListAPI Successful case with engine name sast' , async ( ) => {
1616 const auth = new CxWrapper ( cxEngineConfig ) ;
1717 const engineName = 'sast' ;
1818 const cxCommandOutput : CxCommandOutput = await auth . enginesApiList ( engineName ) ;
@@ -22,7 +22,7 @@ describe("EngineListAPI cases", () => {
2222 expect ( cxCommandOutput . exitCode ) . toBe ( 0 ) ;
2323 } )
2424
25- it ( 'EngineListAPI Successful case with enegine name sca' , async ( ) => {
25+ it ( 'EngineListAPI Successful case with engine name sca' , async ( ) => {
2626 const auth = new CxWrapper ( cxEngineConfig ) ;
2727 const engineName = 'sca' ;
2828 const cxCommandOutput : CxCommandOutput = await auth . enginesApiList ( engineName ) ;
You can’t perform that action at this time.
0 commit comments