diff --git a/session_test.go b/session_test.go index 832bc9d..05faf45 100644 --- a/session_test.go +++ b/session_test.go @@ -41,8 +41,8 @@ func TestGetSessionCookieCookieSet(t *testing.T) { if err != nil { t.Errorf("err != nil in getSessionCookie") } + if mySessionKey != sessionKey { t.Errorf("getSessionKey didn't fetch sessionKey from \"session\" cookie") } - }