From 12bd017d07b5dbec4a30ae1d1dbd89b08b840f08 Mon Sep 17 00:00:00 2001 From: Lorenzo Migliorero Date: Thu, 25 Jul 2024 22:53:48 +0200 Subject: [PATCH] fix: type --- __test__/traefik/traefik.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__test__/traefik/traefik.test.ts b/__test__/traefik/traefik.test.ts index f10eefb33..ce35611f3 100644 --- a/__test__/traefik/traefik.test.ts +++ b/__test__/traefik/traefik.test.ts @@ -19,7 +19,7 @@ const baseApp: ApplicationNested = { createdAt: "", customGitBranch: "", customGitBuildPath: "", - customGitSSHKey: "", + customGitSSHKeyId: null, customGitUrl: "", description: "", dockerfile: null,