杜洪波
2024-08-28 00c8a3b68c70fb277d1f19be93e2b4050cad609a
src/test/java/com/product/file/test/FileManagerTest.java
@@ -20,7 +20,7 @@
 * @Description: 测试
 */
public class FileManagerTest extends HttpTest {
    /*@Test
    @Test
    public void testDownLoadFiles() throws InterruptedException {
        Map<String, Object> m = Maps.newHashMap();
        m.put("url/api", "/api/fileManager/download-file-zip/v1");
@@ -33,7 +33,7 @@
        HttpTest.testFileDownload(m);
        Thread.sleep(1000 * 10);
    }*/
    }
    /*@Test
    public void testDownLoadFile() throws InterruptedException {