forked from mystiq/dex
Test cleanup
This commit is contained in:
parent
5881a2cfca
commit
db7711d72a
1 changed files with 0 additions and 4 deletions
|
@ -52,7 +52,6 @@ func TestOpen(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestGetUser(t *testing.T) {
|
||||
|
||||
s := newTestServer(map[string]interface{}{
|
||||
"/apis/user.openshift.io/v1/users/~": user{
|
||||
ObjectMeta: k8sapi.ObjectMeta{
|
||||
|
@ -85,7 +84,6 @@ func TestGetUser(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestVerifyGroupFn(t *testing.T) {
|
||||
|
||||
requiredGroups := []string{"users"}
|
||||
groupMembership := []string{"users", "org1"}
|
||||
|
||||
|
@ -96,7 +94,6 @@ func TestVerifyGroupFn(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestVerifyGroup(t *testing.T) {
|
||||
|
||||
s := newTestServer(map[string]interface{}{
|
||||
"/apis/user.openshift.io/v1/users/~": user{
|
||||
ObjectMeta: k8sapi.ObjectMeta{
|
||||
|
@ -129,7 +126,6 @@ func TestVerifyGroup(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestCallbackIdentity(t *testing.T) {
|
||||
|
||||
s := newTestServer(map[string]interface{}{
|
||||
"/apis/user.openshift.io/v1/users/~": user{
|
||||
ObjectMeta: k8sapi.ObjectMeta{
|
||||
|
|
Loading…
Reference in a new issue