Skip to content

Commit

Permalink
fix: test (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
styluo authored Mar 27, 2023
1 parent a9723f2 commit a31d142
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public static void before() {
setStaticField(RunMode.class, "currentMode", null);
Properties properties = new Properties();
properties.setProperty("run.mode", "production");
properties.setProperty("api.host", "http://117.50.105.254:8080");
GrowingAPI.initConfig(properties);
sender = new GrowingAPI.Builder().setDataSourceId(DATASOURCE_ID).setProjectKey(PROJECT_KEY).build();
factory = new StubStreamHandlerFactory();
Expand Down

0 comments on commit a31d142

Please sign in to comment.