fix tests

This commit is contained in:
Joe Skeen
2015-10-07 10:55:24 -06:00
parent 98184ee41d
commit 1a9a1665fb
+1 -1
View File
@@ -13,7 +13,7 @@ declare module 'request-promise' {
import http = require('http');
interface RequestPromise extends request.Request {
then(onFulfilled: Function, onRejected: Function): Promise<any>;
then(onFulfilled: Function, onRejected?: Function): Promise<any>;
catch(onRejected: Function): Promise<any>;
finally(onFinished: Function): Promise<any>;
promise(): Promise<any>;