Skip to content

Commit c174d72

Browse files
committed
I HOPE THIS FIXES IT
1 parent 9a054e5 commit c174d72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/sentry/workflow_engine/endpoints/test_organization_data_condition_index.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def setUp(self):
1616
self.login_as(user=self.user)
1717
self.registry = Registry[DataConditionHandler](enable_reverse_lookup=False)
1818
self.registry_patcher = patch(
19-
"sentry.workflow_engine.registry.condition_handler_registry",
19+
"sentry.workflow_engine.endpoints.organization_data_condition_index.condition_handler_registry",
2020
new=self.registry,
2121
)
2222
self.registry_patcher.start()
@@ -60,7 +60,7 @@ def tearDown(self) -> None:
6060

6161

6262
@region_silo_test
63-
class OrganizationDataCondiitonIndexBaseTest(OrganizationDataConditionAPITestCase):
63+
class OrganizationDataConditionIndexBaseTest(OrganizationDataConditionAPITestCase):
6464
def test_group_filter(self):
6565
response = self.get_success_response(
6666
self.organization.slug,

0 commit comments

Comments
 (0)