Skip to content

Commit d718943

Browse files
re-enable TestInspect() test
1 parent ae2587d commit d718943

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
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
{

0 commit comments

Comments
 (0)