Use op.SupportedClaims instead of interface
This commit is contained in:
parent
3bb48f7cba
commit
22758c3fce
5 changed files with 9 additions and 31 deletions
|
@ -544,11 +544,7 @@ func TestSupportedClaims(t *testing.T) {
|
|||
}{
|
||||
{
|
||||
"scopes",
|
||||
args{func() op.Configuration {
|
||||
m := mock.NewMockConfiguration(gomock.NewController(t))
|
||||
m.EXPECT().SupportedClaims().Return(op.DefaultSupportedClaims)
|
||||
return m
|
||||
}()},
|
||||
args{},
|
||||
[]string{
|
||||
"sub",
|
||||
"aud",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue