Skip to content

Commit

Permalink
alpha unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
phuhung273 committed Dec 8, 2024
1 parent 0bbee16 commit 86757c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-eks-v2-alpha/test/nodegroup.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ describe('node group', () => {
new ec2.InstanceType('p3.large'),
new ec2.InstanceType('g3.large'),
],
})).toThrow(/The specified AMI does not match the instance types architecture, either specify one of AL2_X86_64_GPU, BOTTLEROCKET_X86_64_NVIDIA, BOTTLEROCKET_ARM_64_NVIDIA or don't specify any/);
})).toThrow(/The specified AMI does not match the instance types architecture, either specify one of AL2_X86_64_GPU, AL2023_X86_64_NEURON, AL2023_X86_64_NVIDIA, BOTTLEROCKET_X86_64_NVIDIA, BOTTLEROCKET_ARM_64_NVIDIA or don't specify any/);
});

/**
Expand Down

0 comments on commit 86757c6

Please sign in to comment.