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

JSON Parsing Error #101

Open
uccdave opened this issue Dec 13, 2022 · 0 comments
Open

JSON Parsing Error #101

uccdave opened this issue Dec 13, 2022 · 0 comments

Comments

@uccdave
Copy link

uccdave commented Dec 13, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant