Disable jubilant logging for juju.deploy, juju.config and juju.exec#84
Disable jubilant logging for juju.deploy, juju.config and juju.exec#84
Conversation
Add log=False to all juju.deploy(), juju.config() and juju.exec() calls in integration tests to disable jubilant logging for security reasons. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Test results for commit d123817Lint checks failed for d123817 tests/integration/test_charm.py:26: error: No overload variant of "config" of "Juju" matches argument types "str", "dict[str, str]", "bool" [call-overload] |
Test results for commit d123817Test coverage for d123817 Static code analysis report |
Test results for commit d123817Test coverage for d123817 Static code analysis report |
Test results for commit d123817Test coverage for d123817 Static code analysis report |
Add log=False to all juju.deploy(), juju.config() and juju.exec() calls in integration tests.