Don't 0-default previous started event ID
Signed-off-by: Laurie O <laurie_opperman@hotmail.com>
This commit is contained in:
parent
a89c150627
commit
369285b7ca
2 changed files with 4 additions and 3 deletions
|
|
@ -24,7 +24,7 @@ def test_decision_task_full_dict_representation():
|
|||
|
||||
fd = dt.to_full_dict()
|
||||
fd["events"].should.be.a("list")
|
||||
fd["previousStartedEventId"].should.equal(0)
|
||||
fd.should_not.contain("previousStartedEventId")
|
||||
fd.should_not.contain("startedEventId")
|
||||
fd.should.contain("taskToken")
|
||||
fd["workflowExecution"].should.equal(wfe.to_short_dict())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue