We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 294a1e2 commit 6ec83bbCopy full SHA for 6ec83bb
test/refresh.spec.js
@@ -125,7 +125,7 @@ describe('Auth token refresh', function() {
125
it('should use the default getOAuthAccessToken function if not overwritten by strategy', function() {
126
var strategy = {
127
name: 'test_strategy',
128
- _oauth2: newOAuth2('accessTokenUrl')
+ _oauth2: newOAuth2()
129
};
130
131
AuthTokenRefresh.use(strategy);
@@ -135,7 +135,7 @@ describe('Auth token refresh', function() {
135
it('should use the overwritten getOAuthAccessToken function if overwritten by strategy', function() {
136
137
138
139
140
141
strategy._oauth2.getOAuthAccessToken = new Function();
0 commit comments