@@ -267,6 +267,14 @@ Feature: Cloud Cost Management
267267 When the request is sent
268268 Then the response status is 200 OK
269269
270+ @team:Datadog/cloud-cost-management
271+ Scenario : Update Cloud Cost Management AWS CUR config returns "Not Found" response
272+ Given new "UpdateCostAWSCURConfig" request
273+ And request contains "cloud_account_id" parameter with value 12345678
274+ And body with value {"data" : {"attributes" : {"is_enabled" : true}, "type" : "aws_cur_config_patch_request" }}
275+ When the request is sent
276+ Then the response status is 404 Not Found
277+
270278 @replay-only @team:Datadog/cloud-cost-management
271279 Scenario : Update Cloud Cost Management AWS CUR config returns "OK" response
272280 Given new "UpdateCostAWSCURConfig" request
@@ -284,6 +292,14 @@ Feature: Cloud Cost Management
284292 When the request is sent
285293 Then the response status is 400 Bad Request
286294
295+ @team:Datadog/cloud-cost-management
296+ Scenario : Update Cloud Cost Management Azure config returns "Not Found" response
297+ Given new "UpdateCostAzureUCConfigs" request
298+ And request contains "cloud_account_id" parameter with value 12345678
299+ And body with value {"data" : {"attributes" : {"is_enabled" : true}, "type" : "azure_uc_config_patch_request" }}
300+ When the request is sent
301+ Then the response status is 404 Not Found
302+
287303 @replay-only @team:Datadog/cloud-cost-management
288304 Scenario : Update Cloud Cost Management Azure config returns "OK" response
289305 Given new "UpdateCostAzureUCConfigs" request
0 commit comments