Fix failing test

This commit is contained in:
Girish Ramakrishnan
2021-05-05 12:52:11 -07:00
parent 44ac406e57
commit 16dc008702

View File

@@ -154,7 +154,7 @@ describe('Certificates', function () {
let result;
it('can generate fallback certs', function () {
result = reverseProxy.generateFallbackCertificateSync(domainObject);
result = reverseProxy.generateFallbackCertificateSync(domainObject.domain);
expect(result).to.be.ok();
expect(result.error).to.be(null);
});