BREAKING CHANGE(core): Introduce RecordManager and ConvenientDnsProvider; rename list/get methods for consistent API and deprecate convenience namespace
This commit is contained in:
@@ -236,7 +236,7 @@ tap.test('should list workers', async (tools) => {
|
||||
tools.timeout(600000);
|
||||
|
||||
try {
|
||||
const workerArray = await testCloudflareAccount.workerManager.listWorkerScripts();
|
||||
const workerArray = await testCloudflareAccount.workerManager.listWorkers();
|
||||
expect(workerArray).toBeTypeOf('array');
|
||||
console.log(`Found ${workerArray.length} workers in account`);
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user