cleanup unused code
This commit is contained in:
parent
7139a555fd
commit
bb266aac4b
4 changed files with 0 additions and 183 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue