Skip to content

Commit bc84a16

Browse files
committed
use an old revision to avoid false-positives
1 parent 3bee871 commit bc84a16

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/integration/bundle/bundle-with-charm-revision.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ applications:
22
hello-juju:
33
charm: "hello-juju"
44
channel: latest/stable
5-
revision: 8
5+
revision: 7
66
num_units: 1
77
series: focal

tests/integration/test_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ async def test_deploy_bundle_with_pinned_charm_revision():
189189
bundle_yaml_path = bundle_dir / 'bundle-with-charm-revision.yaml'
190190
# Revision of the hello-juju charm defined in the bundle yaml
191191
# We can also read the yaml to get the revision but we are hard-coding it for now for simplicity
192-
pinned_revision = 8
192+
pinned_revision = 7
193193

194194
async with base.CleanModel() as model:
195195
await model.deploy(str(bundle_yaml_path))

0 commit comments

Comments
 (0)