Skip to content

Commit ee3636a

Browse files
authored
Fix enrollmentsMap slug in 48h targeting (#15385)
We had to restart the enrollment rollout that the 48h notification will rely on, so this just updates the targeting expression with the correct slug.
1 parent 122183c commit ee3636a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

experimenter/experimenter/targeting/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2689,7 +2689,7 @@ def __post_init__(self):
26892689
"(os.isWindows && (os.windowsVersion >= 10)) "
26902690
"&& isBackgroundTaskMode "
26912691
"&& (defaultProfile.enrollmentsMap"
2692-
"['48hr-os-notification-for-resurrected-users-enrollment-rollout'] "
2692+
"['48hr-os-notification-for-resurrected-users-enrollment-rollout-v2'] "
26932693
"== 'control') "
26942694
"&& ((currentDate|date - defaultProfile.currentDate|date) / 3600000 >= 48)"
26952695
),

0 commit comments

Comments
 (0)