Skip to content

Commit

Permalink
Remove unused enable in test (#1751)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Nov 6, 2023
1 parent 9b01974 commit 71a12a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2023-11-06 14:30:03.814912",
"spec_repo_commit": "c1794418"
"regenerated": "2023-11-06 16:31:16.204614",
"spec_repo_commit": "62fc6756"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2023-11-06 14:30:03.837958",
"spec_repo_commit": "c1794418"
"regenerated": "2023-11-06 16:31:16.221809",
"spec_repo_commit": "62fc6756"
}
}
}
1 change: 0 additions & 1 deletion examples/v2/service-scorecards/CreateScorecardRule.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

configuration = Configuration()
configuration.unstable_operations["create_scorecard_rule"] = True
configuration.unstable_operations["create_scorecard_outcomes_batch"] = True
with ApiClient(configuration) as api_client:
api_instance = ServiceScorecardsApi(api_client)
response = api_instance.create_scorecard_rule(body=body)
Expand Down
1 change: 0 additions & 1 deletion tests/v2/features/service_scorecards.feature
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Feature: Service Scorecards
@team:DataDog/service-catalog
Scenario: Create a new rule returns "Created" response
Given operation "CreateScorecardRule" enabled
And operation "CreateScorecardOutcomesBatch" enabled
And new "CreateScorecardRule" request
And body with value {"data": {"attributes": {"enabled": true, "name": "{{unique}}", "scorecard_name": "Observability Best Practices"}, "type": "rule"}}
When the request is sent
Expand Down

0 comments on commit 71a12a1

Please sign in to comment.