We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aed4d3c commit 1555abeCopy full SHA for 1555abe
st2stream/st2stream/controllers/v1/stream.py
@@ -66,7 +66,7 @@ def make_response():
66
app_iter = format(listener.generator(events=events,
67
action_refs=action_refs,
68
end_event=end_event,
69
- end_statuses=action_constants.LIVE_ACTION_COMPLETED_STATES,
+ end_statuses=action_constants.LIVEACTION_COMPLETED_STATES,
70
end_execution_id=end_execution_id,
71
execution_ids=execution_ids))
72
res = Response(headerlist=[("X-Accel-Buffering", "no"),
0 commit comments