mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-03-21 21:47:11 +02:00
Fix GitLab CVE test case
This commit is contained in:
parent
333418983c
commit
05c3fa7601
@ -240,7 +240,7 @@ var _ = Describe("Gitlab Provider Tests", func() {
|
||||
projects: []string{"my_group/my_project=40"},
|
||||
}),
|
||||
Entry("project membership invalid on group project, no access at all", entitiesTableInput{
|
||||
expectedValue: nil,
|
||||
expectedValue: []string{"group:foo", "group:bar"},
|
||||
projects: []string{"no_access_group/no_access_project=30"},
|
||||
}),
|
||||
Entry("project membership valid on personnal project", entitiesTableInput{
|
||||
|
Loading…
x
Reference in New Issue
Block a user