Fix failing test
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user