fix: mocks and tests

This commit is contained in:
Fabiennne 2020-10-28 13:53:04 +01:00
parent f47fb07c0f
commit e13f3a0f46
4 changed files with 22 additions and 15 deletions

View file

@ -291,3 +291,7 @@ func (c *ConfClient) AssertAdditionalIdTokenScopes() bool {
func (c *ConfClient) AssertAdditionalAccessTokenScopes() bool {
return false
}
func (c *ConfClient) IsScopeAllowed(scope string) bool {
return false
}