Skip to content

Commit 68a332e

Browse files
committed
Fix integration tests for charmhub module
1 parent c639f71 commit 68a332e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/test_charmhub.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
@pytest.mark.asyncio
1010
async def test_info(event_loop):
1111
async with base.CleanModel() as model:
12-
_, name = model.charmhub.get_charm_id("hello-juju")
12+
_, name = await model.charmhub.get_charm_id("hello-juju")
1313
assert name == "hello-juju"
1414

1515

0 commit comments

Comments
 (0)