updated test
This commit is contained in:
parent
d7ec7e254e
commit
ae2ade8680
@ -30,7 +30,7 @@ describe("cert", function () {
|
||||
});
|
||||
it("should get a valid certificate", function (done) {
|
||||
this.timeout(120000);
|
||||
testCert.getDomainCert("hello1.bleu.de").then(function () {
|
||||
testCert.getDomainCert("hello2.bleu.de").then(function () {
|
||||
done();
|
||||
});
|
||||
});
|
||||
|
@ -34,7 +34,7 @@ describe("cert",function(){
|
||||
})
|
||||
it("should get a valid certificate",function(done){
|
||||
this.timeout(120000);
|
||||
testCert.getDomainCert("hello1.bleu.de").then(() => {
|
||||
testCert.getDomainCert("hello2.bleu.de").then(() => {
|
||||
done();
|
||||
});
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user