Skip to content

Commit 843709d

Browse files
germanparentedamdo
authored andcommitted
Update pkg/webhooks/machine_webhook_test.go
Co-authored-by: Damiano Donati <[email protected]>
1 parent e0510af commit 843709d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/webhooks/machine_webhook_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2388,7 +2388,7 @@ func TestValidateAWSProviderSpec(t *testing.T) {
23882388
p.UserDataSecret.Name = ""
23892389
},
23902390
expectedOk: false,
2391-
expectedError: "providerSpec.userDataSecret.name: Required value: expected providerSpec.userDataSecret.name name must be provided",
2391+
expectedError: "providerSpec.userDataSecret.name: Required value: expected providerSpec.userDataSecret.name to be provided",
23922392
},
23932393
{
23942394
testCase: "with no credentials secret it fails",

0 commit comments

Comments
 (0)