Skip to content

Commit

Permalink
Pass the local test
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuki-YuXin committed Dec 19, 2024
1 parent 7fe3bc8 commit 1422d14
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ class MSALNativeAuthEndToEndBaseTestCase: XCTestCase {


if let customAuthorityURLFormat = customAuthorityURLFormat {
let customSubdomain = getCustomTenantSubdomain(
tenantName: tenantSubdomain,
let customSubdomain = getAuthorityURLString(
tenantSubdomain: tenantSubdomain,
tenantId: tenantId,
format: customAuthorityURLFormat
)
Expand Down

0 comments on commit 1422d14

Please sign in to comment.