Skip to content

Commit 39aa33f

Browse files
committed
fix tests
1 parent 30e32b4 commit 39aa33f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/config/config.controller.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ describe('ConfigController', () => {
6666
});
6767

6868
it('should get cluster issuer', async () => {
69-
await expect(controller.getClusterIssuer()).resolves.toBe('letsencrypt-prod');
69+
await expect(controller.getClusterIssuer()).resolves.toBe('issuer');
7070
expect(service.getClusterIssuer).toHaveBeenCalled();
7171
});
7272

0 commit comments

Comments
 (0)