@@ -16,8 +16,7 @@ Feature: Usage Metering
1616
1717 @replay-only @team:DataDog/revenue-query
1818 Scenario : Get Monthly Cost Attribution returns "Bad Request" response
19- Given operation "GetMonthlyCostAttribution" enabled
20- And new "GetMonthlyCostAttribution" request
19+ Given new "GetMonthlyCostAttribution" request
2120 And request contains "start_month" parameter with value "{{ timeISO('now - 5d') }}"
2221 And request contains "fields" parameter with value "not_a_product"
2322 And request contains "end_month" parameter with value "{{ timeISO('now - 3d') }}"
@@ -26,8 +25,7 @@ Feature: Usage Metering
2625
2726 @replay-only @team:DataDog/revenue-query
2827 Scenario : Get Monthly Cost Attribution returns "OK" response
29- Given operation "GetMonthlyCostAttribution" enabled
30- And new "GetMonthlyCostAttribution" request
28+ Given new "GetMonthlyCostAttribution" request
3129 And request contains "start_month" parameter with value "{{ timeISO('now - 5d') }}"
3230 And request contains "fields" parameter with value "infra_host_total_cost"
3331 And request contains "end_month" parameter with value "{{ timeISO('now - 3d') }}"
@@ -36,15 +34,13 @@ Feature: Usage Metering
3634
3735 @generated @skip @team:DataDog/revenue-query
3836 Scenario : Get active billing dimensions for cost attribution returns "Bad Request" response
39- Given operation "GetActiveBillingDimensions" enabled
40- And new "GetActiveBillingDimensions" request
37+ Given new "GetActiveBillingDimensions" request
4138 When the request is sent
4239 Then the response status is 400 Bad Request
4340
4441 @team:DataDog/revenue-query
4542 Scenario : Get active billing dimensions for cost attribution returns "OK" response
46- Given operation "GetActiveBillingDimensions" enabled
47- And new "GetActiveBillingDimensions" request
43+ Given new "GetActiveBillingDimensions" request
4844 When the request is sent
4945 Then the response status is 200 OK
5046
0 commit comments