-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Fix undefined var in scaffolded molecule tests #3654
Fix undefined var in scaffolded molecule tests #3654
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do the molecule e2e tests need to be updated as well?
@@ -67,7 +67,7 @@ provisioner: | |||
samples_dir: ${MOLECULE_PROJECT_DIRECTORY}/config/samples | |||
project_dir: ${MOLECULE_PROJECT_DIRECTORY} | |||
operator_image: testing-operator | |||
pull_policy: "Never" | |||
operator_pull_policy: "Never" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it will be reverted?
I think @fabianvf changed that. Maybe is valid just ping him if you did not yet. :-)
Also, was it released in the alpha ones? If we we need to do a fragment file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a typo from me 😬, this is definitely a fix
@estroz I dont think the e2e tests need to change since they are passing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
No description provided.