Skip to content

Commit 159812b

Browse files
committed
Fix a compile error
1 parent 3ed31ff commit 159812b

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
@@ -66,7 +66,7 @@ func InvalidResourceSpec(ctx context.Context, inputGetter func() CommonSpecInput
6666
})
6767

6868
It("Should fail due to the specified domain is not found [TC4b]", func() {
69-
testInvalidResource(ctx, input, "invalid-domain", "domain not found for domain path"))
69+
testInvalidResource(ctx, input, "invalid-domain", "domain not found for domain path")
7070
})
7171

7272
It("Should fail due to the specified control plane offering is not found [TC7]", func() {

0 commit comments

Comments
 (0)