We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using test kitchen (3.2.0) it is calling fetch_catalog_items but it does not return valid JSON and throws an exception.
response = vra_client.catalog.fetch_catalog_items(config[:catalog_name]) ## exception raised below ## parsed_json = JSON.parse(response.body)
So there appears to be an issue with "vra_client.catalog.fetch_catalog_items" it returns an array.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When using test kitchen (3.2.0) it is calling fetch_catalog_items but it does not return valid JSON and throws an exception.
So there appears to be an issue with "vra_client.catalog.fetch_catalog_items" it returns an array.
The text was updated successfully, but these errors were encountered: