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
Which leads to:
PyPowerStore.utils.exception.PowerStoreException: HTTP code: 400, Bad Request [{'messages': [{'code': '0xE04040020008', 'severity': 'Error', 'message_l10n': 'Unable to parse passed url.'}]}]
Double verified in Postman as well - same error.
The text was updated successfully, but these errors were encountered:
python-powerstore/PyPowerStore/tests/unit_tests/test_volume.py
Line 81 in 8810b63
In: querystring
Out: {'name': 'ilike.test', 'select': 'id,name'}
Which leads to:
PyPowerStore.utils.exception.PowerStoreException: HTTP code: 400, Bad Request [{'messages': [{'code': '0xE04040020008', 'severity': 'Error', 'message_l10n': 'Unable to parse passed url.'}]}]
Double verified in Postman as well - same error.
The text was updated successfully, but these errors were encountered: