diff --git a/pkg/cookies/cookies_test.go b/pkg/cookies/cookies_test.go index 757b10de..524f6635 100644 --- a/pkg/cookies/cookies_test.go +++ b/pkg/cookies/cookies_test.go @@ -13,6 +13,8 @@ import ( . "github.com/onsi/gomega" ) +const cookiePath = "/cookie-tests" + var _ = Describe("Cookie Tests", func() { Context("GetCookieDomain", func() { type getCookieDomainTableInput struct { @@ -149,4 +151,4 @@ var _ = Describe("Cookie Tests", func() { }), ) }) -}) \ No newline at end of file +})