调整 音频合成
This commit is contained in:
@@ -234,11 +234,9 @@ class MinIOServiceIntegrationTest {
|
||||
@Order(12)
|
||||
@DisplayName("获取文件URL")
|
||||
void testGetFileUrl() {
|
||||
String fileUrl = minioService.getFileUrl(TEST_FILE_NAME);
|
||||
String fileUrl = minioService.getFileUrl("微信图片_20251005120205_56_49.jpg");
|
||||
assertNotNull(fileUrl);
|
||||
assertTrue(fileUrl.contains(TEST_FILE_NAME));
|
||||
assertTrue(fileUrl.startsWith("http"));
|
||||
|
||||
|
||||
System.out.println("✅ 获取文件URL成功:");
|
||||
System.out.println(" 文件名: " + TEST_FILE_NAME);
|
||||
System.out.println(" 文件URL: " + fileUrl);
|
||||
|
||||
Reference in New Issue
Block a user