We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bee871 commit bc84a16Copy full SHA for bc84a16
2 files changed
tests/integration/bundle/bundle-with-charm-revision.yaml
@@ -2,6 +2,6 @@ applications:
2
hello-juju:
3
charm: "hello-juju"
4
channel: latest/stable
5
- revision: 8
+ revision: 7
6
num_units: 1
7
series: focal
tests/integration/test_model.py
@@ -189,7 +189,7 @@ async def test_deploy_bundle_with_pinned_charm_revision():
189
bundle_yaml_path = bundle_dir / 'bundle-with-charm-revision.yaml'
190
# Revision of the hello-juju charm defined in the bundle yaml
191
# We can also read the yaml to get the revision but we are hard-coding it for now for simplicity
192
- pinned_revision = 8
+ pinned_revision = 7
193
194
async with base.CleanModel() as model:
195
await model.deploy(str(bundle_yaml_path))
0 commit comments