Skip to content

Commit 3bee871

Browse files
committed
Merge branch 'add_missing_revision_params_in_bundle_add_charms' of github.com:Thanhphan1147/python-libjuju into add_missing_revision_params_in_bundle_add_charms
2 parents cd01ce3 + 94f03d7 commit 3bee871

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/integration/test_model.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ async def test_deploy_bundle_local_charm_series_manifest():
185185
@base.bootstrapped
186186
@pytest.mark.bundle
187187
async def test_deploy_bundle_with_pinned_charm_revision():
188-
bundle_dir = INTEGRATION_TEST_DIR / 'bundle-with-charm-revision.yaml'
189-
bundle_yaml_path = bundle_dir / 'bundle-include-file.yaml'
188+
bundle_dir = INTEGRATION_TEST_DIR / 'bundle'
189+
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
192192
pinned_revision = 8

0 commit comments

Comments
 (0)