Skip to content

Commit

Permalink
Add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
giftkugel committed Sep 8, 2024
1 parent c18d9ec commit 5ac0cc2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/server/handler/oidc/userinfo_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ func Test_UserInfo(t *testing.T) {
Country: "Main",
},
},
Roles: map[string][]string{
"foo": {"role1", "role2"},
},
},
},
}
Expand Down

0 comments on commit 5ac0cc2

Please sign in to comment.