Skip to content

Commit fd2499d

Browse files
committed
fixing integration/test_application
1 parent e646ab6 commit fd2499d

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
@@ -170,7 +170,7 @@ async def test_upgrade_local_charm(event_loop):
170170
async with base.CleanModel() as model:
171171
tests_dir = Path(__file__).absolute().parent
172172
charm_path = tests_dir / 'upgrade-charm'
173-
app = await model.deploy('ubuntu', series='focal')
173+
app = await model.deploy('cs:ubuntu', series='focal')
174174
await model.wait_for_idle(status="active")
175175
assert app.data['charm-url'].startswith('cs:ubuntu')
176176
await app.upgrade_charm(path=charm_path)

0 commit comments

Comments
 (0)