Skip to content

Commit

Permalink
Updates the integration test
Browse files Browse the repository at this point in the history
But not yet e2e.
We don't have one with the purchase scenario just yet.
  • Loading branch information
CarlosNihelton committed Oct 18, 2023
1 parent c1eb3c8 commit ad0f13f
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ void main() {
// Use a random place inside the build tree as the `LOCALAPPDATA` env variable for all test cases below.
tmp = await msixRootDir().createTemp('test-');
Environment(
overrides: {'LOCALAPPDATA': tmp!.path},
overrides: {
'LOCALAPPDATA': tmp!.path,
'UP4W_ALLOW_STORE_PURCHASE': '1',
},
);
});

Expand Down

0 comments on commit ad0f13f

Please sign in to comment.