We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae2587d commit 8af1bcdCopy full SHA for 8af1bcd
integration/inspect_test.go
@@ -70,8 +70,7 @@ func TestInspect(t *testing.T) {
70
file: "test.txt",
71
encrypt: true,
72
},
73
- // TODO: Change back to 200 when https://github.com/minio/minio/pull/15474 is merged.
74
- expStatusCode: 500,
+ expStatusCode: 200,
75
expectedError: false,
76
77
{
restapi/utils_test.go
@@ -111,7 +111,7 @@ func TestNewSessionCookieForConsole(t *testing.T) {
111
HttpOnly: true,
112
SameSite: http.SameSiteLaxMode,
113
Name: "token",
114
- MaxAge: 3600,
+ MaxAge: 43200,
115
Expires: time.Now().Add(1 * time.Hour),
116
117
0 commit comments