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

Fix GitLab CVE test case

This commit is contained in:
Nick Meves
2021-03-25 10:29:17 -07:00
parent 333418983c
commit 05c3fa7601

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{