From 7e1441d253cae97f7d0a295f91426f447a527b62 Mon Sep 17 00:00:00 2001 From: Micah Nagel Date: Wed, 4 Dec 2024 20:24:29 -0700 Subject: [PATCH] chore: add the forcing --- .../operator/controllers/network/generators/kubeAPI.spec.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pepr/operator/controllers/network/generators/kubeAPI.spec.ts b/src/pepr/operator/controllers/network/generators/kubeAPI.spec.ts index 626e67254..90f7bad9a 100644 --- a/src/pepr/operator/controllers/network/generators/kubeAPI.spec.ts +++ b/src/pepr/operator/controllers/network/generators/kubeAPI.spec.ts @@ -78,6 +78,7 @@ describe("updateAPIServerCIDR", () => { ], }, }), + { force: true }, // Include the second argument in the call ); }); @@ -132,6 +133,7 @@ describe("updateAPIServerCIDR", () => { ], }, }), + { force: true }, // Include the second argument in the call ); }); @@ -182,6 +184,7 @@ describe("updateAPIServerCIDR", () => { ], }, }), + { force: true }, // Include the second argument in the call ); }); @@ -230,6 +233,7 @@ describe("updateAPIServerCIDR", () => { ], }, }), + { force: true }, // Include the second argument in the call ); });