AzureAD / microsoft-authentication-library-common-for-android

Common code used by both the Active Directory Authentication Library (ADAL) and the Microsoft Authentication Library (MSAL)
MIT License
41 stars 35 forks source link

Update mock url for native auth and re-enable tests #2276

Closed SaurabhMSFT closed 9 months ago

SaurabhMSFT commented 9 months ago

This PR includes following changes:

  1. Update Native Auth mock API url
  2. Re-enable tests for Native Auth that called mock API
  3. Deleted a duplicate copy of ApiConstants.kt file
  4. Move a test file into correct folder.