fix(core): update

This commit is contained in:
2020-02-28 14:24:36 +00:00
parent d4379d19d3
commit 2458da6754
6 changed files with 106 additions and 26 deletions

View File

@ -24,7 +24,7 @@ tap.test(
'.getZoneId(domainName) -> should get an Cloudflare Id for a domain string',
async tools => {
tools.timeout(600000);
await testCloudflareAccount.getZoneId('bleu.de');
await testCloudflareAccount.convenience.getZoneId('bleu.de');
}
);