Skip to content

Commit 1b7a884

Browse files
authored
Merge pull request #19 from HeyRepo/unit-test-fix
Fixed unit test.
2 parents f5bf49b + a61bd40 commit 1b7a884

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)