Skip to content

Commit 1555abe

Browse files
committed
fix completed statuses
1 parent aed4d3c commit 1555abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

st2stream/st2stream/controllers/v1/stream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def make_response():
6666
app_iter = format(listener.generator(events=events,
6767
action_refs=action_refs,
6868
end_event=end_event,
69-
end_statuses=action_constants.LIVE_ACTION_COMPLETED_STATES,
69+
end_statuses=action_constants.LIVEACTION_COMPLETED_STATES,
7070
end_execution_id=end_execution_id,
7171
execution_ids=execution_ids))
7272
res = Response(headerlist=[("X-Accel-Buffering", "no"),

0 commit comments

Comments
 (0)