test update

This commit is contained in:
yasarm 2022-12-13 20:08:21 +05:30
parent c34682087e
commit f8ca372806
1 changed files with 3 additions and 1 deletions

View File

@ -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() {
}),
)
})
})
})