Skip to content

Commit

Permalink
retry tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AsterITA committed Jun 3, 2024
1 parent 08c13e1 commit b2948a3
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,10 @@ class S3FileManagerTest
"testFolder/nestedFolder/nestedFile" -> "nestedFile"
)
assert(contentMap == expected)
}
"get a presigned url for upload" in {
val urlF: String = fileManager.generatePresignedUrl("testBucket", "testFolder/testFile").get
assert(urlF.startsWith("https://s3.amazonaws.com/testBucket/testFolder/testFile"))
}
}
}}

"get a presigned url" ignore {
val urlF: String = fileManager.generatePresignedUrl("testBucket", "testFolder/testFile").get
assert(urlF.startsWith("https://s3.amazonaws.com/testBucket/testFolder/testFile"))
}
}

0 comments on commit b2948a3

Please sign in to comment.