fix(core): update

This commit is contained in:
2021-01-22 21:12:42 +00:00
parent a4518f3068
commit 6d8deca9d4
2 changed files with 3 additions and 2 deletions

View File

@ -43,7 +43,8 @@ tap.test('should create a valid record for a subdomain', async (tools) => {
await testCloudflareAccount.convenience.createRecord(
`${randomPrefix}subdomain.bleu.de`,
'A',
'127.0.0.1'
'127.0.0.1',
120
);
});