Skip to content

Commit 8b8a534

Browse files
committedMar 17, 2025··
fixup
1 parent a403a78 commit 8b8a534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/e2e/common.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ func GetACSVersion(client *cloudstack.CloudStackClient) (string, error) {
263263
}
264264

265265
func DestroyOneMachine(client *cloudstack.CloudStackClient, clusterName string, machineType string) {
266-
matcher := clusterName + "-" + machineType
266+
matcher := clusterName + machineType
267267

268268
Byf("Listing machines with %q", matcher)
269269
listResp, err := client.VirtualMachine.ListVirtualMachines(client.VirtualMachine.NewListVirtualMachinesParams())

0 commit comments

Comments
 (0)
Please sign in to comment.