X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=tests%2Fintegration%2Ftest_model.py;h=92d205529ed5f668ee0ca393348002d2edd790a2;hp=4aec314c0a206243b8f0cf3cf1fb5af745e43358;hb=fd7be8800f10d73359c4a4e795cfaf329f75e62e;hpb=d23810d57aa7f0fa67070781645f4898e20db0ed 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(