Jonathan Turner 8 years ago
parent
commit
c1f78733dc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      client/client_ad_integration_test.go

+ 1 - 0
client/client_ad_integration_test.go

@@ -102,5 +102,6 @@ func TestClient_GetServiceTicket_AD_TRUST_USER_DOMAIN(t *testing.T) {
 		t.Errorf("Error getting PAC: %v", err)
 		t.Errorf("Error getting PAC: %v", err)
 	}
 	}
 	assert.True(t, isPAC, "Did not find PAC in service ticket")
 	assert.True(t, isPAC, "Did not find PAC in service ticket")
+	assert.Equal(t, "testuser1", pac.KerbValidationInfo.EffectiveName.Value, "PAC value not parsed")
 
 
 }
 }