test(settings): Ensure ExternalLink model hasrequired field template added
ref: #833 #835
This commit is contained in:
@ -138,12 +138,14 @@ class ViewSetBase:
|
||||
|
||||
self.item = self.model.objects.create(
|
||||
organization = self.organization,
|
||||
name = 'one'
|
||||
name = 'one',
|
||||
template = 'aa'
|
||||
)
|
||||
|
||||
self.other_org_item = self.model.objects.create(
|
||||
organization = self.different_organization,
|
||||
name = 'two'
|
||||
name = 'aa',
|
||||
template = 'aa'
|
||||
)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user