mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-06 21:04:39 +02:00
parent
96424dac0f
commit
ee1f9093ee
10 changed files with 59 additions and 49 deletions
|
@ -152,15 +152,15 @@ func TestProvider_UserGroups(t *testing.T) {
|
|||
assert.Equal(t, []*directory.User{
|
||||
{
|
||||
Id: "onelogin/111",
|
||||
Groups: []string{"admin"},
|
||||
Groups: []string{"0", "admin"},
|
||||
},
|
||||
{
|
||||
Id: "onelogin/222",
|
||||
Groups: []string{"test"},
|
||||
Groups: []string{"1", "test"},
|
||||
},
|
||||
{
|
||||
Id: "onelogin/333",
|
||||
Groups: []string{"user"},
|
||||
Groups: []string{"2", "user"},
|
||||
},
|
||||
}, users)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue