Skip to content

Commit 612ac26

Browse files
committed
Fix client-session-token authorized test
1 parent eb95545 commit 612ac26

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/seam/connect/client-session-token.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,5 @@ test('SeamHttp: updateClientSessionToken checks clientSessionToken is authorized
100100
instanceOf: SeamHttpApiError,
101101
},
102102
)
103-
t.is(err?.statusCode, 404)
104-
t.is(err?.code, 'client_session_token_not_found')
103+
t.is(err?.statusCode, 401)
105104
})

0 commit comments

Comments
 (0)