Skip to content

Commit

Permalink
Merge pull request #5640 from xschildw/r532-it-3849-2
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgros authored Feb 19, 2025
2 parents 740da4f + e9a6f7c commit 01fbe78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class StackEndpoints {

public static final String STAGING_SYNAPSE_ORG = "staging.synapse.org";
public static final String TST_SYNAPSE_ORG = "tst.synapse.org";
public static final String PORTAL_DEV_HOST = "portal-dev.dev.sagebase.org";
public static final String PORTAL_DEV_HOST = "dev.synapse.org";
private static Logger logger = Logger.getLogger(
StackEndpoints.class.getName()
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public void testEndpointConstructionTst() {

@Test
public void testEndpointConstructionDev() {
String requestHostName = "portal-dev.dev.sagebase.org";
String requestHostName = "dev.synapse.org";
String expected = "https://repo-dev.dev.sagebase.org";

assertEquals(
Expand Down

0 comments on commit 01fbe78

Please sign in to comment.