Skip to content

Commit 63bab26

Browse files
committed
fix invalid resource test to pass
1 parent 571e49b commit 63bab26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/invalid_resource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ func InvalidResourceSpec(ctx context.Context, inputGetter func() CommonSpecInput
8686
})
8787

8888
It("Should fail due to the compute resources are not sufficient for the specified offering [TC8]", func() {
89-
testInvalidResource(ctx, input, "insufficient-compute-resources", "CloudStackMachine VM in error state. Deleting associated Machine.")
89+
testInvalidResource(ctx, input, "insufficient-compute-resources", "Unable to create a deployment for VM")
9090
})
9191

9292
AfterEach(func() {

0 commit comments

Comments
 (0)