Skip to content

Commit

Permalink
Merge pull request #1124 from jefmoura/fix-widget-factory
Browse files Browse the repository at this point in the history
Fix wrong field name in Widget factory
  • Loading branch information
jefmoura authored Aug 2, 2018
2 parents 83a63cc + 3290fdc commit 432f5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion factories/workflow_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class Meta:
django_get_or_create = ('dashboard',)

dashboard = SubFactory(Dashboard)
name = "My Crazy Widget"
title = "My Crazy Widget"


class WorkflowLevel1(DjangoModelFactory):
Expand Down

0 comments on commit 432f5be

Please sign in to comment.