We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4176cf4 commit dd96cb0Copy full SHA for dd96cb0
1 file changed
tests/integration/test_application.py
@@ -250,7 +250,7 @@ async def test_upgrade_local_charm_with_resource(event_loop):
250
assert app.units[0].agent_status == 'idle'
251
252
resources = {"file-res": "test.file"}
253
- await app.refresh(local_charm_path=str(charm_path), resources=resources)
+ await app.refresh(path=str(charm_path), resources=resources)
254
255
await model.wait_for_idle()
256
0 commit comments