Skip to content

Commit f44753f

Browse files
committed
fix: fixed tests
1 parent 50a6157 commit f44753f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

recipe/session/createNewSession_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ func TestMergeClaimsAndPassedAccessTokenPayload(t *testing.T) {
223223
assert.Equal(t, 1, len(payloadParam))
224224

225225
accessTokenPayload := sessionContainer.GetAccessTokenPayload()
226-
assert.Equal(t, 4, len(accessTokenPayload))
227226

228227
// We have the prop from the payload param
229228
assert.Equal(t, true, accessTokenPayload["initial"])

0 commit comments

Comments
 (0)