Fix type in cypress test

This commit is contained in:
Jamie Curnow 2023-01-13 12:08:50 +10:00
parent a82df0d931
commit a239be993c

View File

@ -37,7 +37,7 @@ describe('Full Certificate Provisions', () => {
PDNS_Url: 'http://ns1.pdns:8081', PDNS_Url: 'http://ns1.pdns:8081',
PDNS_ServerId: 'localhost', PDNS_ServerId: 'localhost',
PDNS_Token: 'npm', PDNS_Token: 'npm',
PDNS_Ttl: '5' PDNS_Ttl: 5
} }
} }
}).then((data) => { }).then((data) => {