switch to official cloudflare api client while keeping class based approach
This commit is contained in:
@ -18,6 +18,7 @@ tap.test('.listZones() -> should display an entire account', async (tools) => {
|
||||
tools.timeout(600000);
|
||||
const result = await testCloudflareAccount.convenience.listZones();
|
||||
console.log(result);
|
||||
await tools.delayFor(10000);
|
||||
});
|
||||
|
||||
tap.test(
|
||||
|
Reference in New Issue
Block a user