Disable test debugging
All checks were successful
Publish to Maven / docker (17, 3.8.5) (push) Successful in 31s
All checks were successful
Publish to Maven / docker (17, 3.8.5) (push) Successful in 31s
This commit is contained in:
parent
19e69a1ed5
commit
eac6f03b94
@ -51,7 +51,6 @@ public final class PelicanActionTests {
|
|||||||
client = Pelican4J.forPelican(ClientConfig.builder()
|
client = Pelican4J.forPelican(ClientConfig.builder()
|
||||||
.panelUrl(System.getenv("TEST_PANEL_URL"))
|
.panelUrl(System.getenv("TEST_PANEL_URL"))
|
||||||
.apiKey(System.getenv("TEST_APPS_API_KEY"))
|
.apiKey(System.getenv("TEST_APPS_API_KEY"))
|
||||||
.debugging(true)
|
|
||||||
.build()); // Create a new Pelican client
|
.build()); // Create a new Pelican client
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user