HTTP trigger http-stream tests (#1241)

This commit is contained in:
Reed Allman
2018-09-26 05:25:48 -07:00
committed by Owen Cliffe
parent 5d907821b1
commit 01b8e8679d
20 changed files with 548 additions and 403 deletions

View File

@@ -261,7 +261,7 @@ func TestFnInvokeRunnerExecution(t *testing.T) {
maxBody = 1024
}
callIds[i] = rec.Header().Get("Fn_call_id")
callIds[i] = rec.Header().Get("Fn-Call-Id")
cid := callIds[i]
if rec.Code != test.expectedCode {