fix: glassfish upload error

This commit is contained in:
ReaJason
2024-12-13 02:30:27 +08:00
parent f2a8bfe299
commit d9a7bacde3
2 changed files with 5 additions and 2 deletions
@@ -60,7 +60,6 @@ public class GlassFish3ContainerTest {
@AfterAll
static void tearDown() {
String logs = container.getLogs();
log.info(logs);
assertThat("Logs should not contain any exceptions", logs, doesNotContainException());
}