Skip to content
Snippets Groups Projects
Commit e52ed02d authored by Piotr Gawron's avatar Piotr Gawron
Browse files

test fixed

parent 3157b069
No related branches found
No related tags found
1 merge request!305Resolve "Allow for adding modifying types of subjects"
Pipeline #38381 passed
......@@ -210,8 +210,8 @@ class VisitViewTests(LoggedInTestCase):
def test_mark_as_finished_with_study_no_follow_up_rule(self):
visit = create_visit()
visit.subject.auto_create_follow_up = False
visit.subject.save()
visit.subject.type.auto_create_follow_up = False
visit.subject.type.save()
self.assertFalse(visit.is_finished)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment