Skip to content

Commit dd96cb0

Browse files
committed
Fix test_updrade_local_charm_with_resoruce test
1 parent 4176cf4 commit dd96cb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/test_application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ async def test_upgrade_local_charm_with_resource(event_loop):
250250
assert app.units[0].agent_status == 'idle'
251251

252252
resources = {"file-res": "test.file"}
253-
await app.refresh(local_charm_path=str(charm_path), resources=resources)
253+
await app.refresh(path=str(charm_path), resources=resources)
254254

255255
await model.wait_for_idle()
256256
assert app.units[0].agent_status == 'idle'

0 commit comments

Comments
 (0)