File tree 1 file changed +2
-2
lines changed
tests/sentry/workflow_engine/endpoints
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ def setUp(self):
16
16
self .login_as (user = self .user )
17
17
self .registry = Registry [DataConditionHandler ](enable_reverse_lookup = False )
18
18
self .registry_patcher = patch (
19
- "sentry.workflow_engine.registry .condition_handler_registry" ,
19
+ "sentry.workflow_engine.endpoints.organization_data_condition_index .condition_handler_registry" ,
20
20
new = self .registry ,
21
21
)
22
22
self .registry_patcher .start ()
@@ -60,7 +60,7 @@ def tearDown(self) -> None:
60
60
61
61
62
62
@region_silo_test
63
- class OrganizationDataCondiitonIndexBaseTest (OrganizationDataConditionAPITestCase ):
63
+ class OrganizationDataConditionIndexBaseTest (OrganizationDataConditionAPITestCase ):
64
64
def test_group_filter (self ):
65
65
response = self .get_success_response (
66
66
self .organization .slug ,
You can’t perform that action at this time.
0 commit comments