mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
fixed func name
This commit is contained in:
parent
0c65485b0e
commit
484cbbcd09
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ func TestAuth_ReadPermissionsFile(t *testing.T) {
|
|||
}
|
||||
}
|
||||
|
||||
func TestAuth_ResolvePermissions(t *testing.T) {
|
||||
func TestAuth_GetPermissions(t *testing.T) {
|
||||
// initializes different example of permissions file in yaml
|
||||
var permissions1 = `group_permissions:
|
||||
- group:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue