re-enable TestInspect() test (#2436)
This commit is contained in:
@@ -70,8 +70,7 @@ func TestInspect(t *testing.T) {
|
||||
file: "test.txt",
|
||||
encrypt: true,
|
||||
},
|
||||
// TODO: Change back to 200 when https://github.com/minio/minio/pull/15474 is merged.
|
||||
expStatusCode: 500,
|
||||
expStatusCode: 200,
|
||||
expectedError: false,
|
||||
},
|
||||
{
|
||||
|
||||
@@ -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),
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user