Skip to content

Commit

Permalink
Updated Source Sentry acceptance test config to allow Events and Issu…
Browse files Browse the repository at this point in the history
…es streams to be empty.
  • Loading branch information
pnilan committed Dec 5, 2023
1 parent ced3bc7 commit 5552bab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ acceptance_tests:
bypass_reason: "Order features return randomly"
- name: organization/features
bypass_reason: "Order features return randomly"
empty_streams:
- name: issues
bypass_reason: "Project sssues are not being returned by the Sentry API."
- name: events
bypass_reason: "No event records exist for the test project."
connection:
tests:
- config_path: secrets/config.json
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def state(self, value: Mapping[str, Any]):

class Events(SentryIncremental):
"""
Docs: https://docs.sentry.io/api/events/list-a-projects-events/
Docs: https://docs.sentry.io/api/events/list-a-projects-error-events/
"""

primary_key = "id"
Expand Down

0 comments on commit 5552bab

Please sign in to comment.