ahmetb / go-httpbin

http://httpbin.org endpoints for your Go tests
https://godoc.org/github.com/ahmetalpbalkan/go-httpbin
Apache License 2.0
124 stars 26 forks source link

TestDeleteCookies fails with go 1.14.9 #26

Open gaul opened 3 years ago

gaul commented 3 years ago
$ go test
--- FAIL: TestDeleteCookies (0.00s)
    require.go:44:
                Error Trace:    handlers_test.go:460
                Error:          "[k3=v3]" does not contain "k1="
                Test:           TestDeleteCookies
FAIL
exit status 1
FAIL    github.com/ahmetb/go-httpbin    2.229s
ahmetb commented 3 years ago

If you got a fix, it's appreciated! I haven't looked at the code in a while.