Skip to content

Commit

Permalink
Add a reference link for additional context
Browse files Browse the repository at this point in the history
  • Loading branch information
Mansi-mParticle committed Aug 12, 2024
1 parent c1ad77b commit d1a9dce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ class NetworkOptionsTest : BaseCleanInstallEachTest() {
)
}

// https://go.mparticle.com/work/SQDSDKS-6550
// https://go.mparticle.com/work/SQDSDKS-6613
@Test
@Throws(MalformedURLException::class)
fun testRandomEndpoint_With_DomainMapping_And_DirectURL_Routing_true() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ protected MPUrl getUrl(Endpoint endpoint, @Nullable String identityPath, boolean
String defaultDomain = url;
boolean isDefaultDomain = true;

//Check if domain mapping is specified and update the URL based on domain mapping
// Check if domain mapping is specified and update the URL based on domain mapping
String domainMappingUrl = domainMapping != null ? domainMapping.getUrl() : null;
if (!MPUtility.isEmpty(domainMappingUrl)) {
isDefaultDomain = url.equals(domainMappingUrl);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ static List<Certificate> getDefaultCertificates() {
}
};

// https://go.mparticle.com/work/SQDSDKS-6621
static String getDefaultUrl(Endpoint type) {
switch (type) {
case CONFIG:
Expand Down

0 comments on commit d1a9dce

Please sign in to comment.