Skip to content

Commit a239be9

Browse files
committed
Fix type in cypress test
1 parent a82df0d commit a239be9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cypress/integration/api/FullCertProvision.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ describe('Full Certificate Provisions', () => {
3737
PDNS_Url: 'http://ns1.pdns:8081',
3838
PDNS_ServerId: 'localhost',
3939
PDNS_Token: 'npm',
40-
PDNS_Ttl: '5'
40+
PDNS_Ttl: 5
4141
}
4242
}
4343
}).then((data) => {

0 commit comments

Comments
 (0)