Skip to content

Commit

Permalink
Merge pull request #19 from HeyRepo/unit-test-fix
Browse files Browse the repository at this point in the history
Fixed unit test.
  • Loading branch information
jankapunkt authored Nov 21, 2023
2 parents f5bf49b + a61bd40 commit 1b7a884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/index_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ describe('ExpressOAuthServer', function() {

app.use(oauth.authorize());

request(app)
request(app.listen())
.post('/')
.expect({ error: 'invalid_argument', error_description: 'Invalid argument: model does not implement `getClient()`' })
.end(done);
Expand Down

0 comments on commit 1b7a884

Please sign in to comment.