@@ -108,14 +108,14 @@ Feature: Reference Tables
108108 Scenario : Update reference table returns "Bad Request" response
109109 Given new "UpdateReferenceTable" request
110110 And request contains "id" parameter from "REPLACE.ME"
111- 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" }}
111+ 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" }}
112112 When the request is sent
113113 Then the response status is 400 Bad Request
114114
115115 @generated @skip @team:DataDog/redapl-experiences
116116 Scenario : Update reference table returns "OK" response
117117 Given new "UpdateReferenceTable" request
118118 And request contains "id" parameter from "REPLACE.ME"
119- 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" }}
119+ 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" }}
120120 When the request is sent
121121 Then the response status is 200 OK
0 commit comments