File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -189,6 +189,10 @@ vows.describe('ConsumerStrategy').addBatch({
189189 } ,
190190 } ,
191191
192+ // TODO: Implement test case for request with params in body
193+
194+ // TODO: Implement test case for request with params in query
195+
192196 'strategy handling a valid request without a request token where timestamp and nonce are validated' : {
193197 topic : function ( ) {
194198 var strategy = new ConsumerStrategy (
@@ -1617,6 +1621,8 @@ vows.describe('ConsumerStrategy').addBatch({
16171621 } ,
16181622 } ,
16191623
1624+ // TODO: Add test case for bad request with OAuth params in multiple locations
1625+
16201626 'strategy constructed without a consumer callback or token callback' : {
16211627 'should throw an error' : function ( strategy ) {
16221628 assert . throws ( function ( ) { new ConsumerStrategy ( ) } ) ;
You can’t perform that action at this time.
0 commit comments