re-enable TestInspect() test (#2436)

This commit is contained in:
Harshavardhana
2022-11-07 14:20:57 -08:00
committed by GitHub
parent ae2587dcad
commit 8af1bcd35c
2 changed files with 2 additions and 3 deletions

View File

@@ -111,7 +111,7 @@ func TestNewSessionCookieForConsole(t *testing.T) {
HttpOnly: true,
SameSite: http.SameSiteLaxMode,
Name: "token",
MaxAge: 3600,
MaxAge: 43200,
Expires: time.Now().Add(1 * time.Hour),
},
},