RedHatInsights / insights-client

insights-client
Other
27 stars 49 forks source link

fix(test): Force non-legacy with auto_config=False #309

Closed m-horky closed 3 weeks ago

m-horky commented 3 weeks ago

insights-client usually upgrades to use non-legacy API. But with auto_config=False, this code isn't run and the upload to Ingress fails. We have to set this explicitly if we want to test in non-production environments.