Skip to content

Commit 8e503d7

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 88112edb of spec repo
1 parent 6e274ae commit 8e503d7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-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": "2025-05-27 17:12:13.841874",
8-
"spec_repo_commit": "ed439f7c"
7+
"regenerated": "2025-05-28 15:26:41.622875",
8+
"spec_repo_commit": "88112edb"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-05-27 17:12:13.857049",
13-
"spec_repo_commit": "ed439f7c"
12+
"regenerated": "2025-05-28 15:26:41.638645",
13+
"spec_repo_commit": "88112edb"
1414
}
1515
}
1616
}

examples/v2/microsoft-teams-integration/CreateWorkflowsWebhookHandle_1716851881.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
data=MicrosoftTeamsWorkflowsWebhookHandleRequestData(
2222
attributes=MicrosoftTeamsWorkflowsWebhookHandleRequestAttributes(
2323
name="Example-Microsoft-Teams-Integration",
24-
url="https://fake.url.com",
24+
url="https://example.logic.azure.com/workflows/123",
2525
),
2626
type=MicrosoftTeamsWorkflowsWebhookHandleType.WORKFLOWS_WEBHOOK_HANDLE,
2727
),

tests/v2/features/microsoft_teams_integration.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Feature: Microsoft Teams Integration
9191
@team:DataDog/chat-integrations
9292
Scenario: Create workflow webhook handle returns "CREATED" response
9393
Given new "CreateWorkflowsWebhookHandle" request
94-
And body with value {"data": {"attributes": {"name": "{{unique}}", "url": "https://fake.url.com"}, "type": "workflows-webhook-handle"}}
94+
And body with value {"data": {"attributes": {"name": "{{unique}}", "url": "https://example.logic.azure.com/workflows/123"}, "type": "workflows-webhook-handle"}}
9595
When the request is sent
9696
Then the response status is 201 CREATED
9797
And the response "data.attributes.name" is equal to "{{unique}}"

0 commit comments

Comments
 (0)