1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-11-06 08:59:21 +02:00

Merge pull request #1130 from oauth2-proxy/fix-gitlab-cve-test

Fix GitLab CVE test case
This commit is contained in:
Joel Speed
2021-03-25 17:33:57 +00:00
committed by GitHub

View File

@@ -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{