Skip to content
Closed
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-10-10 19:45:58.829299",
"spec_repo_commit": "049920eb"
"regenerated": "2024-10-15 20:06:16.493028",
"spec_repo_commit": "3a805b0a"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-10-10 19:45:58.847651",
"spec_repo_commit": "049920eb"
"regenerated": "2024-10-15 20:06:16.511361",
"spec_repo_commit": "3a805b0a"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ Feature: GCP Integration
When the request is sent
Then the response status is 404 Not Found

@team:DataDog/gcp-integrations
@skip-terraform-config @team:DataDog/gcp-integrations
Scenario: Update STS Service Account returns "OK" response
Given there is a valid "gcp_sts_account" in the system
And new "UpdateGCPSTSAccount" request
Expand All @@ -172,7 +172,7 @@ Feature: GCP Integration
When the request is sent
Then the response status is 201 OK

@team:DataDog/gcp-integrations
@skip-terraform-config @team:DataDog/gcp-integrations
Scenario: Update STS Service Account returns "OK" response with cloud run revision filters
Given there is a valid "gcp_sts_account" in the system
And new "UpdateGCPSTSAccount" request
Expand All @@ -181,7 +181,7 @@ Feature: GCP Integration
When the request is sent
Then the response status is 201 OK

@team:DataDog/gcp-integrations
@skip-terraform-config @team:DataDog/gcp-integrations
Scenario: Update STS Service Account returns "OK" response with enable resource collection turned on
Given there is a valid "gcp_sts_account" in the system
And new "UpdateGCPSTSAccount" request
Expand Down
Loading