feat(team-workflow): Add subscription for team in GroupSubscription
#68573
Annotations
10 errors
tests/sentry/api/endpoints/test_group_notes.py#L113
GroupNoteCreateTest__InRegionMode.test_simple
AssertionError: b'{"detail":"Internal Error","errorId":null}'
assert 500 == 201
+ where 500 = <Response status_code=500, "application/json">.status_code
|
tests/sentry/api/endpoints/test_group_notes.py#L258
GroupNoteCreateTest__InRegionMode.test_with_group_link
AssertionError: b'{"detail":"Internal Error","errorId":null}'
assert 500 == 201
+ where 500 = <Response status_code=500, "application/json">.status_code
|
tests/sentry/api/endpoints/test_group_notes.py#L155
GroupNoteCreateTest__InRegionMode.test_with_mentions
AssertionError: b'{"detail":"Internal Error","errorId":null}'
assert 500 == 201
+ where 500 = <Response status_code=500, "application/json">.status_code
|
tests/sentry/api/endpoints/test_group_notes.py#L207
GroupNoteCreateTest__InRegionMode.test_with_team_mentions
AssertionError: b'{"detail":"Internal Error","errorId":null}'
assert 500 == 201
+ where 500 = <Response status_code=500, "application/json">.status_code
|
tests/sentry/api/endpoints/test_group_notes.py#L113
GroupNoteCreateTest.test_simple
AssertionError: b'{"detail":"Internal Error","errorId":null}'
assert 500 == 201
+ where 500 = <Response status_code=500, "application/json">.status_code
|
tests/sentry/api/endpoints/test_group_notes.py#L258
GroupNoteCreateTest.test_with_group_link
AssertionError: b'{"detail":"Internal Error","errorId":null}'
assert 500 == 201
+ where 500 = <Response status_code=500, "application/json">.status_code
|
tests/sentry/api/endpoints/test_group_notes.py#L155
GroupNoteCreateTest.test_with_mentions
AssertionError: b'{"detail":"Internal Error","errorId":null}'
assert 500 == 201
+ where 500 = <Response status_code=500, "application/json">.status_code
|
tests/sentry/api/endpoints/test_group_notes.py#L207
GroupNoteCreateTest.test_with_team_mentions
AssertionError: b'{"detail":"Internal Error","errorId":null}'
assert 500 == 201
+ where 500 = <Response status_code=500, "application/json">.status_code
|
tests/sentry/integrations/discord/webhooks/test_message_component.py#L74
DiscordMessageComponentInteractionTest.test_archive
KeyError: 'data'
|
tests/sentry/integrations/discord/webhooks/test_message_component.py#L74
DiscordMessageComponentInteractionTest.test_resolve_in_current_release
KeyError: 'data'
|
The logs for this run have expired and are no longer available.
Loading