Try to fix tests

This commit is contained in:
Fang-Pen Lin
2025-11-04 16:17:29 -08:00
parent e02afc5eef
commit a7b6c97dbc
2 changed files with 2 additions and 1 deletions

View File

@@ -247,6 +247,7 @@ describe("CertificateProfileService", () => {
certificateTemplateId: "template-123",
apiConfigId: "api-config-123",
estConfigId: null,
acmeConfig: null,
projectId: "project-123"
},
undefined

View File

@@ -29,7 +29,7 @@ export type TCertificateProfileUpdate = Omit<TPkiCertificateProfilesUpdate, "enr
autoRenew?: boolean;
renewBeforeDays?: number;
};
acmeConfig?: {};
acmeConfig?: unknown;
};
export type TCertificateProfileWithConfigs = TCertificateProfile & {