Skip to content

Commit 1be4c5a

Browse files
committed
fix coverage for real
1 parent d7eb88e commit 1be4c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/tests/unit/segments/test_unit_segments_views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ def test_update_segment_add_new_condition(
651651
settings: SettingsWrapper,
652652
) -> None:
653653
# Given
654-
settings.SEGMENT_RULES_CONDITIONS_EXPLICIT_ORDERING = True
654+
settings.SEGMENT_RULES_CONDITIONS_EXPLICIT_ORDERING_ENABLED = True
655655

656656
url = reverse(
657657
"api-v1:projects:project-segments-detail", args=[project.id, segment.id]

0 commit comments

Comments
 (0)