Skip to content

Commit

Permalink
Update data.py
Browse files Browse the repository at this point in the history
  • Loading branch information
delcroip committed Dec 6, 2023
1 parent bbf73d2 commit 82a7634
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks_management/tests/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class TaskDataMixin:

task_payload = {
'source': 'test_source',
'entity': InteractiveUser.objects.first(),
'entity': None,
'status': Task.Status.RECEIVED,
'executor_action_event': 'test_executor_action',
'business_status': dict(),
Expand Down Expand Up @@ -67,5 +67,6 @@ def init_data(cls):
cls.task_payload_resolve_n['entity'] = entity
cls.task_payload_resolve_all['entity'] = entity
cls.task_payload_resolve_any['entity'] = entity
cls.task_payload['entity'] = entity


0 comments on commit 82a7634

Please sign in to comment.