We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7a8064 commit 53d4153Copy full SHA for 53d4153
tests/sentry/api/endpoints/test_organization_activity.py
@@ -10,7 +10,6 @@ def test_simple(self):
10
org = group.organization
11
12
activity = Activity.objects.create(
13
- organization=org,
14
group=group,
15
project=group.project,
16
type=Activity.NOTE,
0 commit comments