Skip to content

Commit 2242106

Browse files
committed
chore: Remove bundle from functional test suite
1 parent f87ec6d commit 2242106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functional-tests/tests/subscriptions.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { FeatureFlagName } from "../../src/db/tables/featureFlags";
1010
const extraFeatureFlags: FeatureFlagName[] = ["GA4SubscriptionEvents"];
1111
test.use({ extraLocalForcedFeatureFlags: extraFeatureFlags });
1212

13-
const productPlans = ["Monitor Plus", "Privacy Protection Plan"];
13+
const productPlans = ["Monitor Plus"];
1414

1515
// General tests to confirm the E2E test setup works as expected
1616
test.describe(`Verify subscription flows [${process.env.E2E_TEST_ENV}]`, () => {

0 commit comments

Comments
 (0)