@@ -33,11 +33,8 @@ func TestAccBigqueryConnectionConnection_bigqueryConnectionBasicExample(t *testi
3333 }
3434
3535 vcrTest (t , resource.TestCase {
36- PreCheck : func () { testAccPreCheck (t ) },
37- Providers : testAccProvidersOiCS ,
38- ExternalProviders : map [string ]resource.ExternalProvider {
39- "random" : {},
40- },
36+ PreCheck : func () { testAccPreCheck (t ) },
37+ Providers : testAccProvidersOiCS ,
4138 CheckDestroy : testAccCheckBigqueryConnectionConnectionDestroyProducer (t ),
4239 Steps : []resource.TestStep {
4340 {
@@ -106,11 +103,8 @@ func TestAccBigqueryConnectionConnection_bigqueryConnectionFullExample(t *testin
106103 }
107104
108105 vcrTest (t , resource.TestCase {
109- PreCheck : func () { testAccPreCheck (t ) },
110- Providers : testAccProvidersOiCS ,
111- ExternalProviders : map [string ]resource.ExternalProvider {
112- "random" : {},
113- },
106+ PreCheck : func () { testAccPreCheck (t ) },
107+ Providers : testAccProvidersOiCS ,
114108 CheckDestroy : testAccCheckBigqueryConnectionConnectionDestroyProducer (t ),
115109 Steps : []resource.TestStep {
116110 {
0 commit comments