mirror of
https://github.com/certd/certd.git
synced 2026-07-01 08:57:33 +08:00
chore: 1
This commit is contained in:
+2
-2
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user