Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions azure-pipelines/pull-request-validation/build-consumers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ stages:
tasks: msal:testLocalDebugUnitTest -Plabtest -PlabSecret=$(LabVaultAppCert) -ProbolectricSdkVersion=${{variables.robolectricSdkVersion}} -PmockApiUrl=$(MOCK_API_URL) -PnativeAuthConfigString=$(NATIVE_AUTH_CONFIG_STRING)
jdkArchitecture: x64
jdkVersionOption: "1.17"
env:
EMAIL_PROVIDER_PASSWORD: $(EMAIL_PROVIDER_PASSWORD)
# msalautomationapp
- job: msalAutomationAppValidation
displayName: MSAL Automation App
Expand Down
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
vNext
----------
- [PATCH] Migrate the Native Auth E2E test email provider from 1secmail to authenticated Mail.tm (#3219)

Version 24.6.0
----------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,5 @@ public static String getNativeAuthConfigString() {
public static String getNativeAuthConfigFilePath() {
return NATIVE_AUTH_CONFIG_FILE_PATH;
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ interface ApiConstants {
}

object TemporaryMailService {
const val BASE_URL = "https://www.1secmail.com/api/v1/"
const val BASE_URL = "https://api.mail.tm"
}
}
Loading
Loading