Skip to content

Commit

Permalink
session: fix path to user id
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Feb 25, 2024
1 parent cfa9d12 commit 6334303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/session.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ describe('session', function () {
describe('create', () => {
it('creates a login session', async () => {
sessionId = await session.create({
nt_user_id: userCase.nt_user_id,
nt_user_id: userCase.id,
nt_user_session: '3.0.0',
})
assert.ok(sessionId)
Expand Down

0 comments on commit 6334303

Please sign in to comment.