Skip to content

Commit

Permalink
feat: entpoint to delete login session by session id
Browse files Browse the repository at this point in the history
  • Loading branch information
aarmam committed Mar 30, 2022
1 parent d94377c commit 706e11d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion consent/handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -298,5 +298,4 @@ func TestDeleteLoginSessionBySubject(t *testing.T) {
require.EqualError(t, err, x.ErrNotFound.Error())
_, err = reg.ConsentManager().GetRememberedLoginSession(context.Background(), loginSession2)
require.EqualError(t, err, x.ErrNotFound.Error())

}

0 comments on commit 706e11d

Please sign in to comment.