Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jokestax committed Dec 31, 2024
1 parent 30995ea commit 699e594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/aws/create_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ func TestValidateAMIType(t *testing.T) {
nodeType: "t2.large",
ssmValue: "ami-12345678",
ec2Arch: "x86_64",
expectedErr: errors.New("node type t2.large not supported for AL2_x86_64"),
expectedErr: errors.New("node type t2.large not supported for AL2_x86_64\nSupported instance types: [t2.micro t2.small]"),
instanceTypes: []string{
"t2.micro",
"t2.small",
Expand Down

0 comments on commit 699e594

Please sign in to comment.