Skip to content

Commit 71a12a1

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Remove unused enable in test (#1751)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 9b01974 commit 71a12a1

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2023-11-06 14:30:03.814912",
8-
"spec_repo_commit": "c1794418"
7+
"regenerated": "2023-11-06 16:31:16.204614",
8+
"spec_repo_commit": "62fc6756"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2023-11-06 14:30:03.837958",
13-
"spec_repo_commit": "c1794418"
12+
"regenerated": "2023-11-06 16:31:16.221809",
13+
"spec_repo_commit": "62fc6756"
1414
}
1515
}
1616
}

examples/v2/service-scorecards/CreateScorecardRule.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222

2323
configuration = Configuration()
2424
configuration.unstable_operations["create_scorecard_rule"] = True
25-
configuration.unstable_operations["create_scorecard_outcomes_batch"] = True
2625
with ApiClient(configuration) as api_client:
2726
api_instance = ServiceScorecardsApi(api_client)
2827
response = api_instance.create_scorecard_rule(body=body)

tests/v2/features/service_scorecards.feature

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ Feature: Service Scorecards
2020
@team:DataDog/service-catalog
2121
Scenario: Create a new rule returns "Created" response
2222
Given operation "CreateScorecardRule" enabled
23-
And operation "CreateScorecardOutcomesBatch" enabled
2423
And new "CreateScorecardRule" request
2524
And body with value {"data": {"attributes": {"enabled": true, "name": "{{unique}}", "scorecard_name": "Observability Best Practices"}, "type": "rule"}}
2625
When the request is sent

0 commit comments

Comments
 (0)