Bump rev of ghost charm in test to fix intermittent hook failure due to apt lock
[osm/N2VC.git] / tests / integration / test_model.py
index 4aec314..92d2055 100644 (file)
@@ -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(