Skip to content

Commit cf98f8b

Browse files
committed
Merge branch 'hotfix/0.142.6'
2 parents 64b40d9 + 8880773 commit cf98f8b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

osf_tests/test_elastic_search.py

+3
Original file line numberDiff line numberDiff line change
@@ -342,17 +342,20 @@ def setUp(self):
342342
self.consolidate_auth = Auth(user=self.user)
343343
self.project = factories.ProjectFactory(
344344
title=self.title,
345+
description='',
345346
creator=self.user,
346347
is_public=True,
347348
)
348349
self.component = factories.NodeFactory(
349350
parent=self.project,
351+
description='',
350352
title=self.title,
351353
creator=self.user,
352354
is_public=True
353355
)
354356
self.registration = factories.RegistrationFactory(
355357
title=self.title,
358+
description='',
356359
creator=self.user,
357360
is_public=True,
358361
)

0 commit comments

Comments
 (0)