Skip to content

Commit 6ec83bb

Browse files
bencmbrookfiznool
authored andcommitted
minor cleanup
1 parent 294a1e2 commit 6ec83bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/refresh.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ describe('Auth token refresh', function() {
125125
it('should use the default getOAuthAccessToken function if not overwritten by strategy', function() {
126126
var strategy = {
127127
name: 'test_strategy',
128-
_oauth2: newOAuth2('accessTokenUrl')
128+
_oauth2: newOAuth2()
129129
};
130130

131131
AuthTokenRefresh.use(strategy);
@@ -135,7 +135,7 @@ describe('Auth token refresh', function() {
135135
it('should use the overwritten getOAuthAccessToken function if overwritten by strategy', function() {
136136
var strategy = {
137137
name: 'test_strategy',
138-
_oauth2: newOAuth2('accessTokenUrl')
138+
_oauth2: newOAuth2()
139139
};
140140

141141
strategy._oauth2.getOAuthAccessToken = new Function();

0 commit comments

Comments
 (0)