Skip to content

Commit fe4ed7b

Browse files
Matt Lukasjotruon
authored andcommitted
Fix test for dataflow service
1 parent 4b605fe commit fe4ed7b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

internal/integrationtest/dataflow_invoke_run_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ var (
5959
"metastore_id": acctest.Representation{RepType: acctest.Optional, Create: `${var.metastore_id}`},
6060
"num_executors": acctest.Representation{RepType: acctest.Optional, Create: `1`},
6161
"parameters": acctest.RepresentationGroup{RepType: acctest.Optional, Group: invokeRunParametersRepresentation},
62-
"spark_version": acctest.Representation{RepType: acctest.Optional, Create: `sparkVersion`},
6362
"type": acctest.Representation{RepType: acctest.Optional, Create: `BATCH`},
6463
"warehouse_bucket_uri": acctest.Representation{RepType: acctest.Optional, Create: `${var.dataflow_warehouse_bucket_uri}`},
6564
}
@@ -108,7 +107,7 @@ func TestDataflowInvokeRunResource_basic(t *testing.T) {
108107
acctest.SaveConfigContent(config+compartmentIdVariableStr+InvokeRunResourceDependencies+
109108
acctest.GenerateResourceFromRepresentationMap("oci_dataflow_invoke_run", "test_invoke_run", acctest.Optional, acctest.Create, invokeRunRepresentation), "dataflow", "invokeRun", t)
110109

111-
acctest.ResourceTest(t, testAccCheckDataflowInvokeRunDestroy, []resource.TestStep{
110+
acctest.ResourceTest(t, nil, []resource.TestStep{
112111
// verify Create
113112
{
114113
Config: config + compartmentIdVariableStr + fileUriVariableStr + archiveUriVariableStr + logsBucketUriVariableStr + warehouseBucketUriVariableStr + metastoreIdVariableStr + InvokeRunResourceDependencies +

0 commit comments

Comments
 (0)