We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fa2cb4 commit 4532d0aCopy full SHA for 4532d0a
1 file changed
tests/integration/test_model.py
@@ -204,7 +204,7 @@ async def test_deploy_charm_assumes(event_loop):
204
@base.bootstrapped
205
@pytest.mark.asyncio
206
async def test_deploy_local_charm_base_charmcraft_yaml(event_loop):
207
- charm_path = HERE_DIR / 'charm-base-charmcraft-yaml'
+ charm_path = INTEGRATION_TEST_DIR / 'charm-base-charmcraft-yaml'
208
209
async with base.CleanModel() as model:
210
await model.deploy(str(charm_path))
0 commit comments