-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resource Type Pattern doesn't match Ec2NodeClass custom resources #48
Comments
I assume that your are talking about an issue with the detik library right? https://github.com/bats-core/bats-detik |
Done, you are in the right repo now. |
Hello @kassof. |
I have just pushed a PR: #49 |
#48 Resource Type Pattern does not match Ec2NodeClass
The tag v1.3.3 has been released and fixes it. |
Thanks a lot @vincent-zurczak |
I use the bats-detik library to run functional tests on my EKS cluster. I would like to test the existence and status of a custom resource ec2nodeclass. But all tests on a ec2nodeclass resource type fail with "Invalid expression: it does not respect the expected syntax."
It's because the resource type pattern, in the utils.bash, does not accept numeric characters.
Is it possible to modify this regex to accept those numeric characters ?
The text was updated successfully, but these errors were encountered: