Skip to content

Commit 8331e80

Browse files
committed
Add TODO items for unimplemented test cases.
1 parent 4ce7e90 commit 8331e80

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/strategies/consumer-test.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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() });

0 commit comments

Comments
 (0)