Skip to content

Commit 878b423

Browse files
committed
nit fix id
1 parent 3be946b commit 878b423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sentry/workflow_engine/handlers/condition/test_event_frequency_handlers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class TestEventFrequencyCondition(ConditionTestCase):
2222
rule_cls = EventFrequencyCondition
2323
payload = {
2424
"interval": "1h",
25-
"id": "sentry.rules.conditions.event_frequency.EventFrequencyCondition",
25+
"id": EventFrequencyCondition.id,
2626
"value": 1000,
2727
}
2828

0 commit comments

Comments
 (0)