Skip to content

Commit e5c91a0

Browse files
committed
wip: test: try using latest resource name in import state
1 parent a0b2162 commit e5c91a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

castai/resource_rebalancing_schedule_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ func TestAccResourceRebalancingSchedule_basic(t *testing.T) {
5252
// import by name
5353
ImportState: true,
5454
ResourceName: "castai_rebalancing_schedule.test",
55-
ImportStateId: rName,
55+
ImportStateId: rName + " min_nodes_zero",
5656
ImportStateVerify: true,
5757
},
5858
},

0 commit comments

Comments
 (0)