Browse Source

fix test prefix is a directory (#4393)

Co-authored-by: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.co>
pull/4396/head
Konstantin Lebedev 2 years ago
committed by GitHub
parent
commit
095cdb0c7f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      weed/s3api/s3api_objects_list_handlers_test.go

4
weed/s3api/s3api_objects_list_handlers_test.go

@ -54,8 +54,8 @@ func Test_normalizePrefixMarker(t *testing.T) {
{"prefix is a directory",
args{"/parentDir/data/",
""},
"parentDir/data",
"",
"parentDir",
"data",
"",
},
{"normal case",

Loading…
Cancel
Save