X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tests%2Fintegration%2Ftest_model.py;h=92d205529ed5f668ee0ca393348002d2edd790a2;hb=49fe19ff5754ae8ce9365cd7bddbcd33f565bd69;hp=4aec314c0a206243b8f0cf3cf1fb5af745e43358;hpb=d23810d57aa7f0fa67070781645f4898e20db0ed;p=osm%2FN2VC.git diff --git a/tests/integration/test_model.py b/tests/integration/test_model.py index 4aec314..92d2055 100644 --- a/tests/integration/test_model.py +++ b/tests/integration/test_model.py @@ -142,7 +142,7 @@ async def test_explicit_loop_threaded(event_loop): @pytest.mark.asyncio async def test_store_resources_charm(event_loop): async with base.CleanModel() as model: - ghost = await model.deploy('cs:ghost-18') + ghost = await model.deploy('cs:ghost-19') assert 'ghost' in model.applications terminal_statuses = ('active', 'error', 'blocked') await model.block_until(