test update
This commit is contained in:
parent
c34682087e
commit
f8ca372806
|
|
@ -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() {
|
|||
}),
|
||||
)
|
||||
})
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue