You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
As a follow-on from #7994, we need to add some way to test VSCodeCredential to ensure it continues to work. We could take a page from the work on AzureCLICredential and mock the connection to keytar.
Describe the solution you'd like
Mock a keytar connection that successfully returns a known token, and ensure that token is valid on the credential side.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
As a follow-on from #7994, we need to add some way to test VSCodeCredential to ensure it continues to work. We could take a page from the work on AzureCLICredential and mock the connection to keytar.
Describe the solution you'd like
Mock a keytar connection that successfully returns a known token, and ensure that token is valid on the credential side.
The text was updated successfully, but these errors were encountered: