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

test fixed

parent a92e842b
No related branches found
No related tags found
1 merge request!316Merge 1.0.1
Pipeline #39744 passed
......@@ -106,7 +106,7 @@ class MailTemplateModelTests(TestCase):
worker_name = str(self.user.worker)
self.check_doc_contains(doc, [worker_name, str(subject), str(subject.subject.country), subject.nd_number,
subject.get_type_display()])
subject.type.name])
def test_apply_subject_with_non_existing_custom_field(self):
subject = create_study_subject()
......
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