You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code assumes quite a lot about the arguments.
It seems that there are no users of the function today, because the arguments are kinda broken.
Folks work around by calling juju cli instead, e.g.:
# oidc-gatekeeper-operator/tests/integration/test_charm.py149-print("Try to refresh stable charm to locally built")
150-# temporary measure while we don't have a solution for this:151-# * https://github.com/juju/python-libjuju/issues/881152: # Currently `application.local_refresh` doesn't work as expected.
Urgency
Casually reporting
Python-libjuju version
any
Juju version
any
Reproduce / Test
pyright
The text was updated successfully, but these errors were encountered:
dimaqq
added a commit
to dimaqq/python-libjuju
that referenced
this issue
Sep 17, 2024
#1114Fixes#1100Closes#881
Charmers already pass a Path to refresh() in integration tests.
This PR standardises that.
Making arguments to local_refresh() explicit, as charmer don't get the default values.
Existing integration test is updated.
Jira: https://warthogs.atlassian.net/browse/CHARMTECH-309
Description
The code assumes quite a lot about the arguments.
It seems that there are no users of the function today, because the arguments are kinda broken.
Folks work around by calling juju cli instead, e.g.:
Urgency
Casually reporting
Python-libjuju version
any
Juju version
any
Reproduce / Test
pyright
The text was updated successfully, but these errors were encountered: