Skip to content

Commit

Permalink
remove segment keys
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Dietisheim <[email protected]>
  • Loading branch information
adietish committed Dec 26, 2023
1 parent bb87107 commit 78fe2cd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ class TelemetryMessageBuilderIntegrationTest {
private static final String LOCALE = "de_CH";
private static final String TIMEZONE = "Europe/Bern";
private static final String COUNTRY = "Switzerland";
public static final String SEGMENT_WRITE_KEY = "HYuMCHlIpTvukCKZA42OubI1cvGIAap6";
public static final String SEGMENT_DEBUG_WRITE_KEY = "ySk3bh8S8hDIGVKX9FQ1BMGOdFxbsufn";
public static final String SEGMENT_WRITE_KEY = "XXXXXXXXXXXXXXX";
public static final String SEGMENT_DEBUG_WRITE_KEY = "YYYYYYYYYYYYYYY";

private BlockingFlush blockingFlush;
private Analytics analytics;
Expand Down

0 comments on commit 78fe2cd

Please sign in to comment.