[GREEN] Modify new endpoints to refer to main id instead of revision id
... | ... | @@ -22,10 +22,12 @@ class PositiveCaseViewTest(TestCase): |
self.other_deleted_case = PositiveCaseFactory( | ||
author=self.author, | ||
case_subject_id=self.case_subject.subject_id, | ||
deleted_at=datetime.now(tz=pytz.UTC), | ||
deleted_at=datetime.now(tz=pytz.timezone("Asia/Jakarta")), | ||
) | ||
self.other_inactive_case = PositiveCaseFactory( | ||
author=self.author, case_subject_id=self.case_subject.subject_id, is_active=False, | ||
< |