Skip to content

Commit

Permalink
Fixed broken unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sahat committed Nov 2, 2015
1 parent caca0bc commit 6f12d8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/oauth1.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
});
Expand Down

0 comments on commit 6f12d8c

Please sign in to comment.