Skip to content

Commit

Permalink
Fix wrong field name in Widget factory
Browse files Browse the repository at this point in the history
  • Loading branch information
jefmoura committed Aug 2, 2018
1 parent 83a63cc commit 3290fdc
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 3290fdc

Please sign in to comment.