We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c639f71 commit 68a332eCopy full SHA for 68a332e
1 file changed
tests/integration/test_charmhub.py
@@ -9,7 +9,7 @@
9
@pytest.mark.asyncio
10
async def test_info(event_loop):
11
async with base.CleanModel() as model:
12
- _, name = model.charmhub.get_charm_id("hello-juju")
+ _, name = await model.charmhub.get_charm_id("hello-juju")
13
assert name == "hello-juju"
14
15
0 commit comments