We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30e32b4 commit 39aa33fCopy full SHA for 39aa33f
server/src/config/config.controller.spec.ts
@@ -66,7 +66,7 @@ describe('ConfigController', () => {
66
});
67
68
it('should get cluster issuer', async () => {
69
- await expect(controller.getClusterIssuer()).resolves.toBe('letsencrypt-prod');
+ await expect(controller.getClusterIssuer()).resolves.toBe('issuer');
70
expect(service.getClusterIssuer).toHaveBeenCalled();
71
72
0 commit comments