@@ -132,15 +132,15 @@ Feature: Reference Tables
132132 Scenario : Update reference table returns "Bad Request" response
133133 Given new "UpdateReferenceTable" request
134134 And request contains "id" parameter from "REPLACE.ME"
135- And body with value {"data" : {"attributes" : {"description" : "this is a cloud table generated via a cloud bucket sync" , "file_metadata" : {"access_details" : {"aws_detail" : {"aws_account_id" : "test-account-id" , "aws_bucket_name" : "test-bucket" , "file_path" : "test_rt.csv" }}, "sync_enabled" : true}, "schema" : {"fields" : [{"name" : "id" , "type" : "INT32" }, {"name" : "name" , "type" : "STRING" }], "primary_keys" : ["id" ]}, "sync_enabled" : false, " tags" : ["test_tag" ]}, "type" : "reference_table" }}
135+ And body with value {"data" : {"attributes" : {"description" : "this is a cloud table generated via a cloud bucket sync" , "file_metadata" : {"access_details" : {"aws_detail" : {"aws_account_id" : "test-account-id" , "aws_bucket_name" : "test-bucket" , "file_path" : "test_rt.csv" }}, "sync_enabled" : true}, "schema" : {"fields" : [{"name" : "id" , "type" : "INT32" }, {"name" : "name" , "type" : "STRING" }], "primary_keys" : ["id" ]}, "tags" : ["test_tag" ]}, "type" : "reference_table" }}
136136 When the request is sent
137137 Then the response status is 400 Bad Request
138138
139139 @generated @skip @team:DataDog/redapl-experiences
140140 Scenario : Update reference table returns "OK" response
141141 Given new "UpdateReferenceTable" request
142142 And request contains "id" parameter from "REPLACE.ME"
143- And body with value {"data" : {"attributes" : {"description" : "this is a cloud table generated via a cloud bucket sync" , "file_metadata" : {"access_details" : {"aws_detail" : {"aws_account_id" : "test-account-id" , "aws_bucket_name" : "test-bucket" , "file_path" : "test_rt.csv" }}, "sync_enabled" : true}, "schema" : {"fields" : [{"name" : "id" , "type" : "INT32" }, {"name" : "name" , "type" : "STRING" }], "primary_keys" : ["id" ]}, "sync_enabled" : false, " tags" : ["test_tag" ]}, "type" : "reference_table" }}
143+ And body with value {"data" : {"attributes" : {"description" : "this is a cloud table generated via a cloud bucket sync" , "file_metadata" : {"access_details" : {"aws_detail" : {"aws_account_id" : "test-account-id" , "aws_bucket_name" : "test-bucket" , "file_path" : "test_rt.csv" }}, "sync_enabled" : true}, "schema" : {"fields" : [{"name" : "id" , "type" : "INT32" }, {"name" : "name" , "type" : "STRING" }], "primary_keys" : ["id" ]}, "tags" : ["test_tag" ]}, "type" : "reference_table" }}
144144 When the request is sent
145145 Then the response status is 200 OK
146146
0 commit comments