Skip to content

Commit 4532d0a

Browse files
committed
Fix path in test
1 parent 3fa2cb4 commit 4532d0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/test_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ async def test_deploy_charm_assumes(event_loop):
204204
@base.bootstrapped
205205
@pytest.mark.asyncio
206206
async def test_deploy_local_charm_base_charmcraft_yaml(event_loop):
207-
charm_path = HERE_DIR / 'charm-base-charmcraft-yaml'
207+
charm_path = INTEGRATION_TEST_DIR / 'charm-base-charmcraft-yaml'
208208

209209
async with base.CleanModel() as model:
210210
await model.deploy(str(charm_path))

0 commit comments

Comments
 (0)