Skip to content

Commit e7ca579

Browse files
committed
Fix cluster template flavour
1 parent 2c17f68 commit e7ca579

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
@@ -101,7 +101,7 @@ func InvalidResourceSpec(ctx context.Context, inputGetter func() CommonSpecInput
101101
})
102102

103103
It("Should fail due to the public IP can not be found", func() {
104-
testInvalidResource(ctx, input, "invalid-public-ip", "no public addresses found in available networks")
104+
testInvalidResource(ctx, input, "invalid-ip", "no public addresses found in available networks")
105105
})
106106

107107
Context("When starting with a healthy cluster", func() {

0 commit comments

Comments
 (0)