This commit is contained in:
xiaojunnuo
2026-05-26 13:29:12 +08:00
parent 346fb730a3
commit 235aec3e42
2 changed files with 5 additions and 5 deletions
@@ -8,8 +8,8 @@ describe("VolcengineDeployToVKE", () => {
it("uses a single-select cluster field", () => {
const clusterInput = (VolcengineDeployToVKE as any).define.input.clusterId;
assert.equal(clusterInput.component.multi, false);
assert.equal(clusterInput.component.mode, "default");
assert.equal(clusterInput.component.single, true);
assert.equal(clusterInput.component.mode, "tags");
});
it("sends the configured string ClusterId", async () => {