Skip to content

Commit

Permalink
Removes api key from integration test (#1098)
Browse files Browse the repository at this point in the history
  • Loading branch information
JayShortway authored Jun 14, 2024
1 parent 7c21bc9 commit 7538a89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ void main() {
var userId = "integration-test-${DateTime.now().millisecondsSinceEpoch}";

setUpAll(() {
PurchasesConfiguration configuration = PurchasesConfiguration("appl_KhXKryBEHUWEdShrggQyjyzHKHW");
PurchasesConfiguration configuration = PurchasesConfiguration("api_key");
configuration.appUserID = userId;
configuration.entitlementVerificationMode = EntitlementVerificationMode.informational;
Purchases.configure(configuration);
Expand Down

0 comments on commit 7538a89

Please sign in to comment.