forked from mystiq/dex
Corrected test formatting
This commit is contained in:
parent
92e63771ac
commit
48954ca716
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ func TestGetUser(t *testing.T) {
|
|||
func TestVerifyGroupFn(t *testing.T) {
|
||||
|
||||
requiredGroups := []string{"users"}
|
||||
groupMembership := []string{"users","org1"}
|
||||
groupMembership := []string{"users", "org1"}
|
||||
|
||||
validGroupMembership := validateRequiredGroups(groupMembership, requiredGroups)
|
||||
|
||||
|
|
Loading…
Reference in a new issue