LucidtechAI / las-sdk-python

Python SDK for Lucidtech AI Services API
Apache License 2.0
1 stars 1 forks source link

Fix list_models test with multiple owners #120

Open magnurud opened 1 year ago

magnurud commented 1 year ago

There seems to be an issue with https://github.com/stoplightio/prism/. For some reason it does not accept multiple queries on the same parameter

base-url?owner?foo&nextToken=bar  #ok
base-url?owner=foo&owner=bar  # not ok