We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73c216d commit 8ae928dCopy full SHA for 8ae928d
1 file changed
tests/integration/test_model.py
@@ -195,7 +195,7 @@ async def test_deploy_bundle_with_pinned_charm_revision():
195
async with base.CleanModel() as model:
196
await model.deploy(str(bundle_yaml_path))
197
198
- application: Application = model.applications.get('hello-juju', None)
+ application = model.applications.get('hello-juju', None)
199
status: FullStatus = await model.get_status([application.name])
200
# the 'charm' field of application status should be of this format:
201
# ch:amd64/{series}/{name}-{revision}
0 commit comments