Skip to content

Commit

Permalink
fix test env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanjakl committed May 17, 2024
1 parent 8c9ebcd commit 5746729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const assert = require('assert');
const t = require('apostrophe/test-lib/test');

process.env.STRIPE_WEBHOOK_ENDPOINT_SECRET = 'whsec_xyz';
process.env.STRIPE_TEST_MODE = 'true';
process.env.STRIPE_MOCK_TEST_MODE = 'true';

describe('Apostrophe - Stripe Products Integration Tests', function () {
let apos;
Expand Down

0 comments on commit 5746729

Please sign in to comment.