From 6f12d8cf6a64a2d6b50d13db6b6aa26ecc332c56 Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Sun, 1 Nov 2015 20:55:43 -0500 Subject: [PATCH] Fixed broken unit tests --- test/oauth1.spec.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/oauth1.spec.js b/test/oauth1.spec.js index c9a7a9e1..3efbc42c 100644 --- a/test/oauth1.spec.js +++ b/test/oauth1.spec.js @@ -49,7 +49,8 @@ describe('SatellizerOauth1', function() { this.oauth1.open({ url: '/auth/twitter', - authorizationEndpoint: 'https://api.twitter.com/oauth/authenticate' + authorizationEndpoint: 'https://api.twitter.com/oauth/authenticate', + popupOptions: {} }).then(function(response) { result = response; });