@@ -80,7 +80,7 @@ INSERT INTO company (name, age, address, salary) VALUES ('James', 24, 'Houston',
80
80
),
81
81
resource .TestCheckResourceAttr (resourceName , "destination.address" , basicDst ),
82
82
resource .TestCheckResourceAttr (resourceName , "destination.conn_max" , "1" ),
83
- resource .TestCheckResourceAttrSet (resourceName , "destination. cost" ),
83
+ resource .TestCheckResourceAttrSet (resourceName , "cost" ),
84
84
),
85
85
},
86
86
},
@@ -151,7 +151,7 @@ INSERT INTO company (name, age, address, salary) VALUES ('James', 24, 'Houston',
151
151
resource .TestCheckResourceAttr (resourceName , "source.address" , basicSrc ),
152
152
resource .TestCheckResourceAttr (resourceName , "destination.address" , basicDst ),
153
153
resource .TestCheckResourceAttr (resourceName , "destination.conn_max" , "10" ),
154
- resource .TestCheckResourceAttrSet (resourceName , "destination. cost" ),
154
+ resource .TestCheckResourceAttrSet (resourceName , "cost" ),
155
155
),
156
156
},
157
157
},
@@ -210,7 +210,7 @@ func TestAccResourcePipeline_file_to_mysql(t *testing.T) {
210
210
resource .TestCheckResourceAttr (resourceName , "source.address" , basicSrc ),
211
211
resource .TestCheckResourceAttr (resourceName , "destination.address" , basicDst ),
212
212
resource .TestCheckResourceAttr (resourceName , "destination.conn_max" , "5" ),
213
- resource .TestCheckResourceAttrSet (resourceName , "destination. cost" ),
213
+ resource .TestCheckResourceAttrSet (resourceName , "cost" ),
214
214
),
215
215
},
216
216
{
@@ -219,7 +219,7 @@ func TestAccResourcePipeline_file_to_mysql(t *testing.T) {
219
219
resource .TestCheckResourceAttr (resourceName , "source.address" , fkSrc ),
220
220
resource .TestCheckResourceAttr (resourceName , "destination.address" , fkDst ),
221
221
resource .TestCheckResourceAttr (resourceName , "destination.conn_max" , "5" ),
222
- resource .TestCheckResourceAttrSet (resourceName , "destination. cost" ),
222
+ resource .TestCheckResourceAttrSet (resourceName , "cost" ),
223
223
),
224
224
},
225
225
{
@@ -228,7 +228,7 @@ func TestAccResourcePipeline_file_to_mysql(t *testing.T) {
228
228
resource .TestCheckResourceAttr (resourceName , "source.address" , largeSrc ),
229
229
resource .TestCheckResourceAttr (resourceName , "destination.address" , largeDst ),
230
230
resource .TestCheckResourceAttr (resourceName , "destination.conn_max" , "5" ),
231
- resource .TestCheckResourceAttrSet (resourceName , "destination. cost" ),
231
+ resource .TestCheckResourceAttrSet (resourceName , "cost" ),
232
232
),
233
233
},
234
234
},
@@ -288,7 +288,7 @@ func TestAccResourcePipeline_file_to_postgres(t *testing.T) {
288
288
resource .TestCheckResourceAttr (resourceName , "source.address" , basicSrc ),
289
289
resource .TestCheckResourceAttr (resourceName , "destination.address" , basicDst ),
290
290
resource .TestCheckResourceAttr (resourceName , "destination.conn_max" , "10" ),
291
- resource .TestCheckResourceAttrSet (resourceName , "destination. cost" ),
291
+ resource .TestCheckResourceAttrSet (resourceName , "cost" ),
292
292
),
293
293
},
294
294
{
@@ -297,7 +297,7 @@ func TestAccResourcePipeline_file_to_postgres(t *testing.T) {
297
297
resource .TestCheckResourceAttr (resourceName , "source.address" , fkSrc ),
298
298
resource .TestCheckResourceAttr (resourceName , "destination.address" , fkDst ),
299
299
resource .TestCheckResourceAttr (resourceName , "destination.conn_max" , "10" ),
300
- resource .TestCheckResourceAttrSet (resourceName , "destination. cost" ),
300
+ resource .TestCheckResourceAttrSet (resourceName , "cost" ),
301
301
),
302
302
},
303
303
{
@@ -306,7 +306,7 @@ func TestAccResourcePipeline_file_to_postgres(t *testing.T) {
306
306
resource .TestCheckResourceAttr (resourceName , "source.address" , largeSrc ),
307
307
resource .TestCheckResourceAttr (resourceName , "destination.address" , largeDst ),
308
308
resource .TestCheckResourceAttr (resourceName , "destination.conn_max" , "10" ),
309
- resource .TestCheckResourceAttrSet (resourceName , "destination. cost" ),
309
+ resource .TestCheckResourceAttrSet (resourceName , "cost" ),
310
310
),
311
311
},
312
312
},
0 commit comments