We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a7d720 commit 0bb1fb6Copy full SHA for 0bb1fb6
1 file changed
tests/unit/validation/test_iteration_validator.py
@@ -576,7 +576,7 @@ def test_iteration_rules_having_invalid_cohort_labels_throws_error(
576
):
577
data = valid_iteration_with_only_mandatory_fields.copy()
578
data["IterationRules"] = [valid_iteration_rule_with_only_mandatory_fields]
579
- data["IterationCohorts"] = [valid_iteration_cohorts]
+ data["IterationCohorts"] = [valid_iteration_cohorts()]
580
data["IterationRules"][0]["CohortLabel"] = "label_2"
581
582
with pytest.raises(ValidationError):
0 commit comments