Skip to content

Commit 5b87acb

Browse files
yanksyooncderici
andauthored
Deploy juju-qa-test
Co-authored-by: Caner Derici <caner.derici@canonical.com>
1 parent 85923ef commit 5b87acb

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
@@ -328,7 +328,7 @@ async def test_app_remove_wait_flag():
328328
@base.bootstrapped
329329
async def test_app_remove_timeout():
330330
async with base.CleanModel() as model:
331-
app = await model.deploy('ubuntu')
331+
app = await model.deploy('juju-qa-test')
332332
await model.wait_for_idle(status="active")
333333

334334
with pytest.raises(asyncio.TimeoutError):

0 commit comments

Comments
 (0)