summaryrefslogtreecommitdiff
path: root/pkg/web
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/web')
-rw-r--r--pkg/web/cookie/cookie_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/web/cookie/cookie_test.go b/pkg/web/cookie/cookie_test.go
index 7256134..2451a4f 100644
--- a/pkg/web/cookie/cookie_test.go
+++ b/pkg/web/cookie/cookie_test.go
@@ -28,6 +28,7 @@ func TestCookie(t *testing.T) {
assert.Equal(t, -1, result.MaxAge)
assert.Equal(t, time.Unix(0, 0), result.Expires)
+ assert.Empty(t, result.Value)
})
})
}