I was reading through the code, when I noticed that the third it function seemed to have been copied and pasted from the second test in the auth.test.ts. This PR fixes test description, as this test is in fact evaluating the BearerCredentialHandler and not the PersonalAccessTokenCredentialHandler.
I was reading through the code, when I noticed that the third
it
function seemed to have been copied and pasted from the second test in the auth.test.ts. This PR fixes test description, as this test is in fact evaluating theBearerCredentialHandler
and not thePersonalAccessTokenCredentialHandler
.