Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexBenny committed Jul 15, 2021
1 parent 793a9ed commit 9705d02
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ public void testApplicationInstall() throws InterruptedException {

// Setup tracker
TrackerConfiguration trackerConfiguration = new TrackerConfiguration("appId")
.base64encoding(false);
.base64encoding(false)
.installAutotracking(false);
MockEventStore eventStore = new MockEventStore();
NetworkConfiguration networkConfiguration = new NetworkConfiguration("fake-url", HttpMethod.POST);
EmitterConfiguration emitterConfiguration = new EmitterConfiguration()
Expand Down

0 comments on commit 9705d02

Please sign in to comment.