Skip to content

Commit

Permalink
Update selfservice/hook/session_issuer_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Patrik <zepatrik@users.noreply.github.com>
  • Loading branch information
jonas-jonas and zepatrik committed Mar 13, 2023
1 parent 5022f35 commit e7b98b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfservice/hook/session_issuer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func TestSessionIssuer(t *testing.T) {
require.Len(t, f.ContinueWithItems, 1)

st := f.ContinueWithItems[0]
assert.IsType(t, &flow.ContinueWithSetToken{}, st)
require.IsType(t, &flow.ContinueWithSetToken{}, st)
assert.NotEmpty(t, st.(*flow.ContinueWithSetToken).Token)

got, err := reg.SessionPersister().GetSession(context.Background(), s.ID, session.ExpandNothing)
Expand Down

0 comments on commit e7b98b1

Please sign in to comment.