summaryrefslogtreecommitdiff
path: root/pkg/web/cookie/cookie_test.go
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-04-30 14:34:03 -0600
committermo khan <mo@mokhan.ca>2025-04-30 14:34:03 -0600
commitd6cd3e287e465ac33f1307f090ee82af019727ec (patch)
treec5f5c838c6e239f23efd3887dfcb73a1ba135e74 /pkg/web/cookie/cookie_test.go
parent513ed03b62565ac1bcd3a83ffa6aa47c5d5b7bc9 (diff)
test: ensure tests work offline
Diffstat (limited to 'pkg/web/cookie/cookie_test.go')
-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)
})
})
}