Skip to content

Commit

Permalink
chore: add the forcing
Browse files Browse the repository at this point in the history
  • Loading branch information
mjnagel committed Dec 5, 2024
1 parent 94e0cc2 commit 7e1441d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ describe("updateAPIServerCIDR", () => {
],
},
}),
{ force: true }, // Include the second argument in the call
);
});

Expand Down Expand Up @@ -132,6 +133,7 @@ describe("updateAPIServerCIDR", () => {
],
},
}),
{ force: true }, // Include the second argument in the call
);
});

Expand Down Expand Up @@ -182,6 +184,7 @@ describe("updateAPIServerCIDR", () => {
],
},
}),
{ force: true }, // Include the second argument in the call
);
});

Expand Down Expand Up @@ -230,6 +233,7 @@ describe("updateAPIServerCIDR", () => {
],
},
}),
{ force: true }, // Include the second argument in the call
);
});

Expand Down

0 comments on commit 7e1441d

Please sign in to comment.