USVT-107 清理代码,删除不需要的代码
This commit is contained in:
parent
85e37193bb
commit
b1af9a5052
|
@ -40,14 +40,10 @@ class VisaTrackApiApplicationTests {
|
||||||
@Autowired
|
@Autowired
|
||||||
private AwsSysFileService awsSysFileService;
|
private AwsSysFileService awsSysFileService;
|
||||||
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
void contextLoads() {
|
void contextLoads() {
|
||||||
}
|
}
|
||||||
|
|
||||||
//InputStream 转 String
|
|
||||||
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@Disabled
|
@Disabled
|
||||||
void testReadHtmlFile() throws IOException {
|
void testReadHtmlFile() throws IOException {
|
||||||
|
|
Loading…
Reference in New Issue