opsmill / infrahub-sdk-python

Python SDK to interact with Infrahub
https://www.opsmill.com
Apache License 2.0
4 stars 2 forks source link

fix pytest plugin integration tests #6

Closed wvandeun closed 2 months ago

wvandeun commented 2 months ago

Duplicate of https://github.com/opsmill/infrahub/pull/4367, which seems to have been lost in space 💨

Fixes an issue when using the resource testing framework integration tests in Infrahub. Integration tests were unable to run because we were not properly setting the api_token configuration setting for the SDK.

Fixes another potential issue where some provided configuration settings could be ignored, when a specific set of configuration options were being set together.

dgarros commented 2 months ago

duplicate of #5