Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Aug 17, 2021
1 parent b402c3a commit 1909239
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion temba/tests/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,6 @@ def create_incoming_call(self, flow, contact, status=IVRCall.STATUS_COMPLETED):
contact_urn=contact.get_urn(),
status=status,
duration=15,
retry_count=0,
)
session = FlowSession.objects.create(uuid=uuid4(), org=contact.org, contact=contact, connection=call)
FlowRun.objects.create(org=self.org, flow=flow, contact=contact, connection=call, session=session)
Expand Down

0 comments on commit 1909239

Please sign in to comment.