@@ -82,7 +82,7 @@ func TestNotificationConfigurationList_forTeams(t *testing.T) {
82
82
orgTest , orgTestCleanup := createOrganization (t , client )
83
83
t .Cleanup (orgTestCleanup )
84
84
85
- newSubscriptionUpdater (orgTest ).WithPlusEntitlementPlan ().Update (t )
85
+ newSubscriptionUpdater (orgTest ).WithStandardEntitlementPlan ().Update (t )
86
86
87
87
tmTest , tmTestCleanup := createTeam (t , client , orgTest )
88
88
t .Cleanup (tmTestCleanup )
@@ -314,7 +314,7 @@ func TestNotificationConfigurationCreate_forTeams(t *testing.T) {
314
314
orgTest , orgTestCleanup := createOrganization (t , client )
315
315
t .Cleanup (orgTestCleanup )
316
316
317
- newSubscriptionUpdater (orgTest ).WithPlusEntitlementPlan ().Update (t )
317
+ newSubscriptionUpdater (orgTest ).WithStandardEntitlementPlan ().Update (t )
318
318
319
319
tmTest , tmTestCleanup := createTeam (t , client , orgTest )
320
320
t .Cleanup (tmTestCleanup )
@@ -488,7 +488,7 @@ func TestNotificationConfigurationRead_forTeams(t *testing.T) {
488
488
orgTest , orgTestCleanup := createOrganization (t , client )
489
489
t .Cleanup (orgTestCleanup )
490
490
491
- newSubscriptionUpdater (orgTest ).WithPlusEntitlementPlan ().Update (t )
491
+ newSubscriptionUpdater (orgTest ).WithStandardEntitlementPlan ().Update (t )
492
492
493
493
tmTest , tmTestCleanup := createTeam (t , client , orgTest )
494
494
t .Cleanup (tmTestCleanup )
@@ -521,7 +521,7 @@ func TestNotificationConfigurationUpdate_forTeams(t *testing.T) {
521
521
orgTest , orgTestCleanup := createOrganization (t , client )
522
522
t .Cleanup (orgTestCleanup )
523
523
524
- newSubscriptionUpdater (orgTest ).WithPlusEntitlementPlan ().Update (t )
524
+ newSubscriptionUpdater (orgTest ).WithStandardEntitlementPlan ().Update (t )
525
525
526
526
tmTest , tmTestCleanup := createTeam (t , client , orgTest )
527
527
t .Cleanup (tmTestCleanup )
@@ -756,7 +756,7 @@ func TestNotificationConfigurationDelete_forTeams(t *testing.T) {
756
756
orgTest , orgTestCleanup := createOrganization (t , client )
757
757
t .Cleanup (orgTestCleanup )
758
758
759
- newSubscriptionUpdater (orgTest ).WithPlusEntitlementPlan ().Update (t )
759
+ newSubscriptionUpdater (orgTest ).WithStandardEntitlementPlan ().Update (t )
760
760
761
761
tmTest , tmTestCleanup := createTeam (t , client , orgTest )
762
762
t .Cleanup (tmTestCleanup )
@@ -813,7 +813,7 @@ func TestNotificationConfigurationVerify_forTeams(t *testing.T) {
813
813
orgTest , orgTestCleanup := createOrganization (t , client )
814
814
t .Cleanup (orgTestCleanup )
815
815
816
- newSubscriptionUpdater (orgTest ).WithPlusEntitlementPlan ().Update (t )
816
+ newSubscriptionUpdater (orgTest ).WithStandardEntitlementPlan ().Update (t )
817
817
818
818
tmTest , tmTestCleanup := createTeam (t , client , orgTest )
819
819
t .Cleanup (tmTestCleanup )
0 commit comments