You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The operation ID specified for the query_platforms method in custom_ioa.py is incorrect. This results in a IndexError when trying to use this method.
To Reproduce
Create an instance of the Custom IOA service class, then try and call query_platforms().
Expected behavior
Properly formatted API response containing the query results.
Environment (please complete the following information):
OS: All supported
Python: All supported
FalconPy: 0.6.0 only
Additional context
This issue was identified while performing unit testing to address issue #305.
The text was updated successfully, but these errors were encountered:
Describe the bug
The operation ID specified for the query_platforms method in custom_ioa.py is incorrect. This results in a IndexError when trying to use this method.
To Reproduce
Create an instance of the Custom IOA service class, then try and call query_platforms().
Expected behavior
Properly formatted API response containing the query results.
Environment (please complete the following information):
Additional context
This issue was identified while performing unit testing to address issue #305.
The text was updated successfully, but these errors were encountered: