mirror of
https://github.com/openfaas/faas.git
synced 2025-06-28 09:43:24 +00:00
Fix missing imports and tests
**What** - Fix missing imports since my ide forgot to add the "time" package - Update the tests to accept the handler timeout duration Signed-off-by: Lucas Roesler <roesler.lucas@gmail.com>
This commit is contained in:
committed by
Alex Ellis
parent
6df51a3516
commit
c28175c4f6
@ -8,6 +8,7 @@ import (
|
||||
"net/url"
|
||||
"os"
|
||||
"strings"
|
||||
"time"
|
||||
)
|
||||
|
||||
const crlf = "\r\n"
|
||||
|
Reference in New Issue
Block a user