File tree Expand file tree Collapse file tree 1 file changed +0
-28
lines changed
Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change @@ -195,21 +195,6 @@ func Test_getConfigFromResourceData(t *testing.T) {
195195 },
196196 false ,
197197 },
198- {
199- "Data API config missing region" ,
200- args {
201- d : schema .TestResourceDataRaw (t , Provider ().Schema , map [string ]interface {}{
202- "database" : "some-database" ,
203- "data_api" : []interface {}{
204- map [string ]interface {}{
205- "workgroup_name" : "some-workgroup" ,
206- },
207- },
208- }),
209- },
210- nil ,
211- true ,
212- },
213198 {
214199 "PQ config" ,
215200 args {
@@ -255,19 +240,6 @@ func Test_getConfigFromResourceData(t *testing.T) {
255240 },
256241 false ,
257242 },
258- {
259- "PQ config - missing host" ,
260- args {
261- d : schema .TestResourceDataRaw (t , Provider ().Schema , map [string ]interface {}{
262- "username" : "some-user" ,
263- "port" : 4122 ,
264- "database" : "some-database" ,
265- "sslmode" : "require" ,
266- }),
267- },
268- nil ,
269- true ,
270- },
271243 }
272244 for _ , tt := range tests {
273245 t .Run (tt .name , func (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments