Skip to content

Commit

Permalink
source-zendesk-support: update capture snapshot
Browse files Browse the repository at this point in the history
Over the weekend, it looks like Zendesk Support added a
`configuration.explore_reports` field to all custom roles returned via
their API. This is causing our `source-zendesk-support` capture snapshot
test to fail, so updating the snapshot will let our tests pass.

Since `configuration.explore_reports` isn't included in the official
Zendesk Support docs yet, I'm holding off on adding that field to the
stream's schema in case Zendesk removes it.
  • Loading branch information
Alex-Bair committed Sep 30, 2024
1 parent 16a401d commit 78e74ed
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -803,6 +803,10 @@
"end_user_list_access": "full",
"end_user_profile_access": "readonly",
"explore_access": "readonly",
"explore_reports": {
"ticket_access": "all",
"ticket_access_selected_groups": []
},
"forum_access": "readonly",
"forum_access_restricted_content": false,
"group_access": false,
Expand Down

0 comments on commit 78e74ed

Please sign in to comment.