Skip to content

Commit 8af1bcd

Browse files
re-enable TestInspect() test (#2436)
1 parent ae2587d commit 8af1bcd

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

integration/inspect_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ func TestInspect(t *testing.T) {
7070
file: "test.txt",
7171
encrypt: true,
7272
},
73-
// TODO: Change back to 200 when https://github.com/minio/minio/pull/15474 is merged.
74-
expStatusCode: 500,
73+
expStatusCode: 200,
7574
expectedError: false,
7675
},
7776
{

restapi/utils_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ func TestNewSessionCookieForConsole(t *testing.T) {
111111
HttpOnly: true,
112112
SameSite: http.SameSiteLaxMode,
113113
Name: "token",
114-
MaxAge: 3600,
114+
MaxAge: 43200,
115115
Expires: time.Now().Add(1 * time.Hour),
116116
},
117117
},

0 commit comments

Comments
 (0)