fixed issue #3

This commit is contained in:
2025-04-13 17:33:50 +02:00
parent f5ba156c49
commit 34ea8e1b62
3 changed files with 17 additions and 16 deletions
@@ -21,9 +21,8 @@ public class CfClientTest {
private final String email = System.getenv("API_EMAIL");
private final String apiKey = System.getenv("API_KEY");
private final String apiToken = System.getenv("API_TOKEN");
private final CfDnsClient client = new CfDnsClient(email, apiKey, apiToken);
private final CfDnsClient client = new CfDnsClient(email, apiKey);
@Test
void testList() throws Exception {