Skip to content

Commit

Permalink
fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Bamieh committed Nov 13, 2019
1 parent 3993823 commit 6a8f369
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const getTelemetryOptInProvider = ({ simulateFailure = false, simulateError = fa
addBasePath: (url) => url
};

const provider = new TelemetryOptInProvider(injector, chrome);
const provider = new TelemetryOptInProvider(injector, chrome, false);

if (simulateError) {
provider.setOptIn = () => Promise.reject('unhandled error');
Expand Down

0 comments on commit 6a8f369

Please sign in to comment.