Fix type in cypress test
This commit is contained in:
parent
a82df0d931
commit
a239be993c
1 changed files with 1 additions and 1 deletions
|
@ -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) => {
|
||||||
|
|
Loading…
Reference in a new issue