Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmturner committed Oct 17, 2017
1 parent 2438855 commit c1f7873
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/client_ad_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,6 @@ func TestClient_GetServiceTicket_AD_TRUST_USER_DOMAIN(t *testing.T) {
t.Errorf("Error getting PAC: %v", err)
}
assert.True(t, isPAC, "Did not find PAC in service ticket")
assert.Equal(t, "testuser1", pac.KerbValidationInfo.EffectiveName.Value, "PAC value not parsed")

}

0 comments on commit c1f7873

Please sign in to comment.