@@ -24,7 +24,7 @@ func TestAccTFETeamNotificationConfiguration_basic(t *testing.T) {
24
24
t .Fatal (err )
25
25
}
26
26
27
- org , cleanupOrg := createPlusOrganization (t , tfeClient )
27
+ org , cleanupOrg := createStandardOrganization (t , tfeClient )
28
28
t .Cleanup (cleanupOrg )
29
29
30
30
notificationConfiguration := & tfe.NotificationConfiguration {}
@@ -63,7 +63,7 @@ func TestAccTFETeamNotificationConfiguration_emailUserIDs(t *testing.T) {
63
63
t .Fatal (err )
64
64
}
65
65
66
- org , cleanupOrg := createPlusOrganization (t , tfeClient )
66
+ org , cleanupOrg := createStandardOrganization (t , tfeClient )
67
67
t .Cleanup (cleanupOrg )
68
68
69
69
notificationConfiguration := & tfe.NotificationConfiguration {}
@@ -102,7 +102,7 @@ func TestAccTFETeamNotificationConfiguration_update(t *testing.T) {
102
102
t .Fatal (err )
103
103
}
104
104
105
- org , cleanupOrg := createPlusOrganization (t , tfeClient )
105
+ org , cleanupOrg := createStandardOrganization (t , tfeClient )
106
106
t .Cleanup (cleanupOrg )
107
107
108
108
notificationConfiguration := & tfe.NotificationConfiguration {}
@@ -163,7 +163,7 @@ func TestAccTFETeamNotificationConfiguration_updateEmailUserIDs(t *testing.T) {
163
163
t .Fatal (err )
164
164
}
165
165
166
- org , cleanupOrg := createPlusOrganization (t , tfeClient )
166
+ org , cleanupOrg := createStandardOrganization (t , tfeClient )
167
167
t .Cleanup (cleanupOrg )
168
168
169
169
notificationConfiguration := & tfe.NotificationConfiguration {}
@@ -221,7 +221,7 @@ func TestAccTFETeamNotificationConfiguration_validateSchemaAttributesEmail(t *te
221
221
t .Fatal (err )
222
222
}
223
223
224
- org , cleanupOrg := createPlusOrganization (t , tfeClient )
224
+ org , cleanupOrg := createStandardOrganization (t , tfeClient )
225
225
t .Cleanup (cleanupOrg )
226
226
227
227
resource .Test (t , resource.TestCase {
@@ -246,7 +246,7 @@ func TestAccTFETeamNotificationConfiguration_validateSchemaAttributesGeneric(t *
246
246
t .Fatal (err )
247
247
}
248
248
249
- org , cleanupOrg := createPlusOrganization (t , tfeClient )
249
+ org , cleanupOrg := createStandardOrganization (t , tfeClient )
250
250
t .Cleanup (cleanupOrg )
251
251
252
252
resource .Test (t , resource.TestCase {
@@ -275,7 +275,7 @@ func TestAccTFETeamNotificationConfiguration_validateSchemaAttributesSlack(t *te
275
275
t .Fatal (err )
276
276
}
277
277
278
- org , cleanupOrg := createPlusOrganization (t , tfeClient )
278
+ org , cleanupOrg := createStandardOrganization (t , tfeClient )
279
279
t .Cleanup (cleanupOrg )
280
280
281
281
resource .Test (t , resource.TestCase {
@@ -308,7 +308,7 @@ func TestAccTFETeamNotificationConfiguration_validateSchemaAttributesMicrosoftTe
308
308
t .Fatal (err )
309
309
}
310
310
311
- org , cleanupOrg := createPlusOrganization (t , tfeClient )
311
+ org , cleanupOrg := createStandardOrganization (t , tfeClient )
312
312
t .Cleanup (cleanupOrg )
313
313
314
314
resource .Test (t , resource.TestCase {
@@ -341,7 +341,7 @@ func TestAccTFETeamNotificationConfiguration_validateSchemaAttributesBadDestinat
341
341
t .Fatal (err )
342
342
}
343
343
344
- org , cleanupOrg := createPlusOrganization (t , tfeClient )
344
+ org , cleanupOrg := createStandardOrganization (t , tfeClient )
345
345
t .Cleanup (cleanupOrg )
346
346
347
347
resource .Test (t , resource.TestCase {
@@ -363,7 +363,7 @@ func TestAccTFETeamNotificationConfiguration_updateValidateSchemaAttributesEmail
363
363
t .Fatal (err )
364
364
}
365
365
366
- org , cleanupOrg := createPlusOrganization (t , tfeClient )
366
+ org , cleanupOrg := createStandardOrganization (t , tfeClient )
367
367
t .Cleanup (cleanupOrg )
368
368
369
369
notificationConfiguration := & tfe.NotificationConfiguration {}
@@ -413,7 +413,7 @@ func TestAccTFETeamNotificationConfiguration_updateValidateSchemaAttributesGener
413
413
t .Fatal (err )
414
414
}
415
415
416
- org , cleanupOrg := createPlusOrganization (t , tfeClient )
416
+ org , cleanupOrg := createStandardOrganization (t , tfeClient )
417
417
t .Cleanup (cleanupOrg )
418
418
419
419
notificationConfiguration := & tfe.NotificationConfiguration {}
@@ -467,7 +467,7 @@ func TestAccTFETeamNotificationConfiguration_updateValidateSchemaAttributesSlack
467
467
t .Fatal (err )
468
468
}
469
469
470
- org , cleanupOrg := createPlusOrganization (t , tfeClient )
470
+ org , cleanupOrg := createStandardOrganization (t , tfeClient )
471
471
t .Cleanup (cleanupOrg )
472
472
473
473
notificationConfiguration := & tfe.NotificationConfiguration {}
@@ -525,7 +525,7 @@ func TestAccTFETeamNotificationConfiguration_updateValidateSchemaAttributesMicro
525
525
t .Fatal (err )
526
526
}
527
527
528
- org , cleanupOrg := createPlusOrganization (t , tfeClient )
528
+ org , cleanupOrg := createStandardOrganization (t , tfeClient )
529
529
t .Cleanup (cleanupOrg )
530
530
531
531
notificationConfiguration := & tfe.NotificationConfiguration {}
@@ -579,7 +579,7 @@ func TestAccTFETeamNotificationConfiguration_duplicateTriggers(t *testing.T) {
579
579
t .Fatal (err )
580
580
}
581
581
582
- org , cleanupOrg := createPlusOrganization (t , tfeClient )
582
+ org , cleanupOrg := createStandardOrganization (t , tfeClient )
583
583
t .Cleanup (cleanupOrg )
584
584
585
585
notificationConfiguration := & tfe.NotificationConfiguration {}
@@ -618,7 +618,7 @@ func TestAccTFETeamNotificationConfigurationImport_basic(t *testing.T) {
618
618
t .Fatal (err )
619
619
}
620
620
621
- org , cleanupOrg := createPlusOrganization (t , tfeClient )
621
+ org , cleanupOrg := createStandardOrganization (t , tfeClient )
622
622
t .Cleanup (cleanupOrg )
623
623
624
624
resource .Test (t , resource.TestCase {
@@ -647,7 +647,7 @@ func TestAccTFETeamNotificationConfigurationImport_emailUserIDs(t *testing.T) {
647
647
t .Fatal (err )
648
648
}
649
649
650
- org , cleanupOrg := createPlusOrganization (t , tfeClient )
650
+ org , cleanupOrg := createStandardOrganization (t , tfeClient )
651
651
t .Cleanup (cleanupOrg )
652
652
653
653
resource .Test (t , resource.TestCase {
@@ -676,7 +676,7 @@ func TestAccTFETeamNotificationConfigurationImport_emptyEmailUserIDs(t *testing.
676
676
t .Fatal (err )
677
677
}
678
678
679
- org , cleanupOrg := createPlusOrganization (t , tfeClient )
679
+ org , cleanupOrg := createStandardOrganization (t , tfeClient )
680
680
t .Cleanup (cleanupOrg )
681
681
682
682
resource .Test (t , resource.TestCase {
@@ -936,7 +936,7 @@ func TestAccTFETeamNotificationConfiguration_tokenWO(t *testing.T) {
936
936
t .Fatal (err )
937
937
}
938
938
939
- org , cleanupOrg := createPlusOrganization (t , tfeClient )
939
+ org , cleanupOrg := createStandardOrganization (t , tfeClient )
940
940
t .Cleanup (cleanupOrg )
941
941
942
942
// Create the value comparer so we can add state values to it during the test steps
0 commit comments