Skip to content

Commit fcfa17d

Browse files
Update tests/integration/test_model.py
Co-authored-by: Caner Derici <caner.derici@canonical.com>
1 parent 7748838 commit fcfa17d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/test_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ 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'
188+
bundle_dir = INTEGRATION_TEST_DIR / 'bundle'
189189
bundle_yaml_path = bundle_dir / 'bundle-include-file.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 wr're hard-coding it for now for simplicity

0 commit comments

Comments
 (0)