Girish Ramakrishnan
2021-10-06 13:16:36 -07:00
parent da2f561257
commit b642bc98a5
4 changed files with 42 additions and 10 deletions

View File

@@ -131,7 +131,6 @@ describe('Reverse Proxy', function () {
it('can generate fallback certs', async function () {
result = await reverseProxy.generateFallbackCertificate(domainObject.domain);
expect(result).to.be.ok();
expect(result.error).to.be(null);
});
it('can validate the certs', function () {