@@ -20,7 +20,7 @@ func TestTeamNotificationConfigurationList(t *testing.T) {
20
20
orgTest , orgTestCleanup := createOrganization (t , client )
21
21
t .Cleanup (orgTestCleanup )
22
22
23
- newSubscriptionUpdater (orgTest ).WithPlusEntitlementPlan ().Update (t )
23
+ newSubscriptionUpdater (orgTest ).WithPlusPlan ().Update (t )
24
24
25
25
tmTest , tmTestCleanup := createTeam (t , client , orgTest )
26
26
t .Cleanup (tmTestCleanup )
@@ -86,7 +86,7 @@ func TestTeamNotificationConfigurationCreate(t *testing.T) {
86
86
orgTest , orgTestCleanup := createOrganization (t , client )
87
87
t .Cleanup (orgTestCleanup )
88
88
89
- newSubscriptionUpdater (orgTest ).WithPlusEntitlementPlan ().Update (t )
89
+ newSubscriptionUpdater (orgTest ).WithPlusPlan ().Update (t )
90
90
91
91
tmTest , tmTestCleanup := createTeam (t , client , orgTest )
92
92
t .Cleanup (tmTestCleanup )
@@ -225,7 +225,7 @@ func TestTeamNotificationConfigurationsCreate_byType(t *testing.T) {
225
225
orgTest , orgTestCleanup := createOrganization (t , client )
226
226
t .Cleanup (orgTestCleanup )
227
227
228
- newSubscriptionUpdater (orgTest ).WithPlusEntitlementPlan ().Update (t )
228
+ newSubscriptionUpdater (orgTest ).WithPlusPlan ().Update (t )
229
229
230
230
tmTest , tmTestCleanup := createTeam (t , client , orgTest )
231
231
t .Cleanup (tmTestCleanup )
@@ -263,7 +263,7 @@ func TestTeamNotificationConfigurationRead(t *testing.T) {
263
263
orgTest , orgTestCleanup := createOrganization (t , client )
264
264
t .Cleanup (orgTestCleanup )
265
265
266
- newSubscriptionUpdater (orgTest ).WithPlusEntitlementPlan ().Update (t )
266
+ newSubscriptionUpdater (orgTest ).WithPlusPlan ().Update (t )
267
267
268
268
tmTest , tmTestCleanup := createTeam (t , client , orgTest )
269
269
t .Cleanup (tmTestCleanup )
@@ -296,7 +296,7 @@ func TestTeamNotificationConfigurationUpdate(t *testing.T) {
296
296
orgTest , orgTestCleanup := createOrganization (t , client )
297
297
t .Cleanup (orgTestCleanup )
298
298
299
- newSubscriptionUpdater (orgTest ).WithPlusEntitlementPlan ().Update (t )
299
+ newSubscriptionUpdater (orgTest ).WithPlusPlan ().Update (t )
300
300
301
301
tmTest , tmTestCleanup := createTeam (t , client , orgTest )
302
302
t .Cleanup (tmTestCleanup )
@@ -405,7 +405,7 @@ func TestTeamNotificationConfigurationDelete(t *testing.T) {
405
405
orgTest , orgTestCleanup := createOrganization (t , client )
406
406
t .Cleanup (orgTestCleanup )
407
407
408
- newSubscriptionUpdater (orgTest ).WithPlusEntitlementPlan ().Update (t )
408
+ newSubscriptionUpdater (orgTest ).WithPlusPlan ().Update (t )
409
409
410
410
tmTest , tmTestCleanup := createTeam (t , client , orgTest )
411
411
t .Cleanup (tmTestCleanup )
@@ -439,7 +439,7 @@ func TestTeamNotificationConfigurationVerify(t *testing.T) {
439
439
orgTest , orgTestCleanup := createOrganization (t , client )
440
440
t .Cleanup (orgTestCleanup )
441
441
442
- newSubscriptionUpdater (orgTest ).WithPlusEntitlementPlan ().Update (t )
442
+ newSubscriptionUpdater (orgTest ).WithPlusPlan ().Update (t )
443
443
444
444
tmTest , tmTestCleanup := createTeam (t , client , orgTest )
445
445
t .Cleanup (tmTestCleanup )
0 commit comments