Access control: Add a scope to Data Sources GET endpoint (#38933)

This commit is contained in:
Gabriel MABILLE
2021-09-07 17:13:11 +02:00
committed by GitHub
parent 4e22823a49
commit a811d7d76f
3 changed files with 2 additions and 4 deletions

View File

@@ -42,8 +42,6 @@ type Mock struct {
RegisterFixedRolesFunc func() error
}
type MockOptions func(*Mock)
// Ensure the mock stays in line with the interface
var _ fullAccessControl = New()