Disable test debugging
All checks were successful
Publish to Maven / docker (17, 3.8.5) (push) Successful in 31s

This commit is contained in:
Braydon 2024-04-28 03:55:49 -04:00
parent 19e69a1ed5
commit eac6f03b94

@ -51,7 +51,6 @@ public final class PelicanActionTests {
client = Pelican4J.forPelican(ClientConfig.builder()
.panelUrl(System.getenv("TEST_PANEL_URL"))
.apiKey(System.getenv("TEST_APPS_API_KEY"))
.debugging(true)
.build()); // Create a new Pelican client
}