Skip to content

Commit

Permalink
Merge pull request oauth2-proxy#1130 from oauth2-proxy/fix-gitlab-cve…
Browse files Browse the repository at this point in the history
…-test

Fix GitLab CVE test case
  • Loading branch information
JoelSpeed authored Mar 25, 2021
2 parents 3334189 + 05c3fa7 commit d64d717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/gitlab_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit d64d717

Please sign in to comment.