Skip to content

Commit a61bd40

Browse files
committed
Fixed unit test.
1 parent f5bf49b commit a61bd40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/index_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ describe('ExpressOAuthServer', function() {
208208

209209
app.use(oauth.authorize());
210210

211-
request(app)
211+
request(app.listen())
212212
.post('/')
213213
.expect({ error: 'invalid_argument', error_description: 'Invalid argument: model does not implement `getClient()`' })
214214
.end(done);

0 commit comments

Comments
 (0)