Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mark ListTagConfigurations replay only #1875

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": "2024-02-21 21:43:32.537459",
"spec_repo_commit": "ea7f4c9f"
"regenerated": "2024-02-22 15:33:35.975887",
"spec_repo_commit": "a79d8d5b"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-02-21 21:43:32.552447",
"spec_repo_commit": "ea7f4c9f"
"regenerated": "2024-02-22 15:33:35.991031",
"spec_repo_commit": "a79d8d5b"
}
}
}
2 changes: 1 addition & 1 deletion tests/v2/features/metrics.feature
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Feature: Metrics
Then the response status is 200 Success
And the response "data" has length 0

@team:DataDog/metrics-experience
@replay-only @team:DataDog/metrics-experience
Scenario: Get a list of metrics with configured filter returns "Success" response
Given a valid "appKeyAuth" key in the system
And new "ListTagConfigurations" request
Expand Down
Loading