Skip to content

Commit

Permalink
Regenerate client from commit 4a04b77 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Sep 28, 2021
1 parent 9db296c commit ac0d801
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 8 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.5.1.dev2",
"regenerated": "2021-09-27 09:40:37.419998",
"spec_repo_commit": "c02444e"
"regenerated": "2021-09-28 07:30:20.104848",
"spec_repo_commit": "4a04b77"
},
"v2": {
"apigentools_version": "1.5.1.dev2",
"regenerated": "2021-09-27 09:40:59.645682",
"spec_repo_commit": "c02444e"
"regenerated": "2021-09-28 07:30:41.188615",
"spec_repo_commit": "4a04b77"
}
}
}
4 changes: 2 additions & 2 deletions src/datadog_api_client/v1/model/content_encoding.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/datadog_api_client/v1/openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions src/datadog_api_client/v1/rest.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions src/datadog_api_client/v2/rest.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions tests/v1/features/logs.feature
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,22 @@ Feature: Logs
When the request is sent
Then the response status is 200 OK

@integration-only
Scenario: Send deflate logs returns "Response from server (always 200 empty JSON)." response
Given new "SubmitLog" request
And body with value [{"message": "{{ unique }}", "ddtags": "host:{{ unique_alnum }}"}]
And request contains "content_encoding" parameter with value "deflate"
When the request is sent
Then the response status is 200 Response from server (always 200 empty JSON).

@integration-only
Scenario: Send gzip logs returns "Response from server (always 200 empty JSON)." response
Given new "SubmitLog" request
And body with value [{"message": "{{ unique }}", "ddtags": "host:{{ unique_alnum }}"}]
And request contains "content_encoding" parameter with value "gzip"
When the request is sent
Then the response status is 200 Response from server (always 200 empty JSON).

Scenario: Send logs returns "Response from server (always 200 empty JSON)." response
Given new "SubmitLog" request
And body with value [{"message": "{{ unique }}", "ddtags": "host:{{ unique_alnum }}"}]
Expand Down

0 comments on commit ac0d801

Please sign in to comment.