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 @@ -1358,8 +1358,8 @@ describe('CONVERT FUNCTION TESTS ', function() {
1358
1358
expect ( conversionResult . output [ 0 ] . data ) . to . have . property ( 'info' ) ;
1359
1359
expect ( conversionResult . output [ 0 ] . data ) . to . have . property ( 'item' ) ;
1360
1360
expect ( conversionResult . output [ 0 ] . data . item . length ) . to . equal ( 1 ) ;
1361
- expect ( conversionResult . output [ 0 ] . data . auth . oauth1 [ 0 ] . value ) . to . equal ( '{{oauth_10_consumer_key }}' ) ;
1362
- expect ( conversionResult . output [ 0 ] . data . auth . oauth1 [ 1 ] . value ) . to . equal ( '{{oauth_10_consumer_secret }}' ) ;
1361
+ expect ( conversionResult . output [ 0 ] . data . auth . oauth1 [ 0 ] . value ) . to . equal ( '{{consumer_secret }}' ) ;
1362
+ expect ( conversionResult . output [ 0 ] . data . auth . oauth1 [ 1 ] . value ) . to . equal ( '{{consumer_key }}' ) ;
1363
1363
done ( ) ;
1364
1364
} ) ;
1365
1365
} ) ;
You can’t perform that action at this time.
0 commit comments