Skip to content
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 unsupported platforms variable name in tests #432

Merged

Conversation

cmurphy
Copy link
Contributor

@cmurphy cmurphy commented Apr 9, 2015

unsupported_platforms is not a valid identifier, and trying to use it
causes acceptance tests to error out before running any tests. The
correct identifier for the unsupported platforms constant is
UNSUPPORTED_PLATFORMS.

unsupported_platforms is not a valid identifier, and trying to use it
causes acceptance tests to error out before running any tests. The
correct identifier for the unsupported platforms constants is
UNSUPPORTED_PLATFORMS.
@cmurphy cmurphy force-pushed the fix_acceptance_undefined_var branch from 097945d to e43f058 Compare April 9, 2015 22:53
underscorgan pushed a commit that referenced this pull request Apr 9, 2015
Fix unsupported platforms variable name in tests
@underscorgan underscorgan merged commit acf57bb into puppetlabs:master Apr 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants