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.
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.