aboutsummaryrefslogtreecommitdiff
path: root/cookie_test.go
diff options
context:
space:
mode:
authorGravatar Erik Dubbelboer <erik@dubbelboer.com> 2021-06-18 14:57:18 +0200
committerGravatar Erik Dubbelboer <erik@dubbelboer.com> 2021-06-18 14:57:18 +0200
commit9f2c63676d93a1fe1cf836f1ae125fa5fb566039 (patch)
treed7ae04044a81c18c7f250d4e93114f3008b452f4 /cookie_test.go
parentfix: set content-length properly when StreanRequestBody was enabled (#1049) (diff)
downloadfasthttp-9f2c63676d93a1fe1cf836f1ae125fa5fb566039.tar.gz
fasthttp-9f2c63676d93a1fe1cf836f1ae125fa5fb566039.tar.bz2
fasthttp-9f2c63676d93a1fe1cf836f1ae125fa5fb566039.zip
Lower go test time
Diffstat (limited to 'cookie_test.go')
-rw-r--r--cookie_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cookie_test.go b/cookie_test.go
index 11d8616..1a12b44 100644
--- a/cookie_test.go
+++ b/cookie_test.go
@@ -7,6 +7,8 @@ import (
)
func TestCookiePanic(t *testing.T) {
+ t.Parallel()
+
var c Cookie
if err := c.Parse(";SAMeSITe="); err != nil {
t.Error(err)