Skip to content

Commit

Permalink
refactor(source-zendesk-support): bump to CDK 3.2.0 (#41436)
Browse files Browse the repository at this point in the history
  • Loading branch information
lazebnyi committed Jul 10, 2024
1 parent 8806e76 commit 8890a20
Show file tree
Hide file tree
Showing 5 changed files with 97 additions and 96 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: 79c1aa37-dae3-42ae-b333-d1c105477715
dockerImageTag: 2.6.9
dockerImageTag: 2.6.10
dockerRepository: airbyte/source-zendesk-support
documentationUrl: https://docs.airbyte.com/integrations/sources/zendesk-support
githubIssueLabel: source-zendesk-support
Expand Down

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

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
version = "2.6.9"
version = "2.6.10"
name = "source-zendesk-support"
description = "Source implementation for Zendesk Support."
authors = [ "Airbyte <contact@airbyte.io>",]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,7 @@ def test_read_ticket_metrics_with_error(self, requests_mock):
(404, ResponseAction.IGNORE),
(403, ResponseAction.IGNORE),
(500, ResponseAction.RETRY),
(429, ResponseAction.RETRY),
(429, ResponseAction.RATE_LIMITED),
)
)
def test_ticket_metrics_should_retry(self, status_code: int, response_action: bool):
Expand Down
Loading

0 comments on commit 8890a20

Please sign in to comment.