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 ); });