Open wrbst opened 9 months ago
https://github.com/dell/python-powerstore/blob/8810b6314d04730527b61745e05ec3d7cc8befdf/PyPowerStore/tests/unit_tests/test_volume.py#L81
querystring = {'name': 'ilike.*test*'} querystring.update(constants.SELECT_ID_AND_NAME)
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.
https://github.com/dell/python-powerstore/blob/8810b6314d04730527b61745e05ec3d7cc8befdf/PyPowerStore/tests/unit_tests/test_volume.py#L81
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.