Skip to content

Commit

Permalink
fix failing metadata tests on master (airbytehq#33126)
Browse files Browse the repository at this point in the history
Now that tests are running again, some tests were failing on master. This fixes those tests. 

Steps to fix: 
- docker images need to follow our exists/doesn't exist pattern for stubs
- doc url needs to be the stubbed doc url 
- changed the info to say alloydb because the stubbed doc url is alloydb. This wasn't strictly necessary to get them passing. I'll update the mock to be more general in [another pr](airbytehq#33128).
  • Loading branch information
erohmensing authored and rishabh-cldcvr committed Dec 14, 2023
1 parent b7f5ea8 commit 28f9e4f
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ data:
connectorType: source
definitionId: 40d24d0f-b8f9-4fe0-9e6c-b06c0f3f45e4
dockerImageTag: 0.2.1
dockerRepository: airbyte/source-zendesk-chat
documentationUrl: https://docs.airbyte.com/integrations/sources/zendesk-chat
githubIssueLabel: source-zendesk-chat
icon: zendesk-chat.svg
dockerRepository: airbyte/source-exists-1
documentationUrl: https://docs.airbyte.com/integrations/sources/alloydb
githubIssueLabel: source-alloy-db
icon: alloy-db.svg
license: MIT
name: Zendesk Chat
name: AlloyDB for PostgreSQL
registries:
cloud:
enabled: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ data:
connectorType: source
definitionId: 40d24d0f-b8f9-4fe0-9e6c-b06c0f3f45e4
dockerImageTag: 0.2.1
dockerRepository: airbyte/source-zendesk-chat
documentationUrl: https://docs.airbyte.com/integrations/sources/zendesk-chat
githubIssueLabel: source-zendesk-chat
icon: zendesk-chat.svg
dockerRepository: airbyte/source-exists-1
documentationUrl: https://docs.airbyte.com/integrations/sources/alloydb
githubIssueLabel: source-alloy-db
icon: alloy-db.svg
license: MIT
name: Zendesk Chat
name: AlloyDB for PostgreSQL
registries:
cloud:
enabled: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ data:
connectorType: source
definitionId: 40d24d0f-b8f9-4fe0-9e6c-b06c0f3f45e4
dockerImageTag: 0.2.1
dockerRepository: airbyte/source-zendesk-chat
documentationUrl: https://docs.airbyte.com/integrations/sources/zendesk-chat
githubIssueLabel: source-zendesk-chat
icon: zendesk-chat.svg
dockerRepository: airbyte/source-exists-1
documentationUrl: https://docs.airbyte.com/integrations/sources/alloydb
githubIssueLabel: source-alloy-db
icon: alloy-db.svg
license: MIT
name: Zendesk Chat
name: AlloyDB for PostgreSQL
registries:
cloud:
enabled: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ data:
connectorType: source
definitionId: 40d24d0f-b8f9-4fe0-9e6c-b06c0f3f45e4
dockerImageTag: 0.2.1
dockerRepository: airbyte/source-zendesk-chat
documentationUrl: https://docs.airbyte.com/integrations/sources/zendesk-chat
githubIssueLabel: source-zendesk-chat
icon: zendesk-chat.svg
dockerRepository: airbyte/source-exists-1
documentationUrl: https://docs.airbyte.com/integrations/sources/alloydb
githubIssueLabel: source-alloy-db
icon: alloy-db.svg
license: MIT
name: Zendesk Chat
name: AlloyDB for PostgreSQL
registries:
cloud:
enabled: true
Expand Down

0 comments on commit 28f9e4f

Please sign in to comment.