fix: mocks and tests
This commit is contained in:
parent
f47fb07c0f
commit
e13f3a0f46
4 changed files with 22 additions and 15 deletions
|
@ -177,3 +177,6 @@ func (c *ConfClient) AssertAdditionalIdTokenScopes() bool {
|
|||
func (c *ConfClient) AssertAdditionalAccessTokenScopes() bool {
|
||||
return false
|
||||
}
|
||||
func (c *ConfClient) IsScopeAllowed(scope string) bool {
|
||||
return false
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue