Skip to content

Commit

Permalink
Update the path
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayuasu committed Apr 26, 2024
1 parent 108051e commit 78d517a
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 @@ -24,7 +24,7 @@

public class TelemetryCollector {

private static final String BASE_URL = "https://sedona.gateway.scarf.sh/";
private static final String BASE_URL = "https://sedona.gateway.scarf.sh/packages/";

public static String send(String engineName, String language) {
HttpURLConnection conn = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ public class TelemetryTest
@Test
public void testTelemetryCollector()
{
assert TelemetryCollector.send("test", "java").contains("https://sedona.gateway.scarf.sh/java/test");
assert TelemetryCollector.send("test", "java").contains("https://sedona.gateway.scarf.sh/packages/java/test");
}
}

0 comments on commit 78d517a

Please sign in to comment.