cleanup unused code

This commit is contained in:
Tim Möhlmann 2023-03-07 17:44:10 +02:00
parent 7139a555fd
commit bb266aac4b
4 changed files with 0 additions and 183 deletions

View file

@ -8,11 +8,6 @@ import (
"github.com/stretchr/testify/require"
)
func TestIntrospectionResponse_GetUserInfo(t *testing.T) {
got := introspectionResponseData.GetUserInfo()
assert.Equal(t, userInfoData, got)
}
func TestIntrospectionResponse_SetUserInfo(t *testing.T) {
tests := []struct {
name string