We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e646ab6 commit fd2499dCopy full SHA for fd2499d
1 file changed
tests/integration/test_application.py
@@ -170,7 +170,7 @@ async def test_upgrade_local_charm(event_loop):
170
async with base.CleanModel() as model:
171
tests_dir = Path(__file__).absolute().parent
172
charm_path = tests_dir / 'upgrade-charm'
173
- app = await model.deploy('ubuntu', series='focal')
+ app = await model.deploy('cs:ubuntu', series='focal')
174
await model.wait_for_idle(status="active")
175
assert app.data['charm-url'].startswith('cs:ubuntu')
176
await app.upgrade_charm(path=charm_path)
0 commit comments