mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
HTTP trigger http-stream tests (#1241)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user