We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7748838 commit fcfa17dCopy full SHA for fcfa17d
1 file changed
tests/integration/test_model.py
@@ -185,7 +185,7 @@ async def test_deploy_bundle_local_charm_series_manifest():
185
@base.bootstrapped
186
@pytest.mark.bundle
187
async def test_deploy_bundle_with_pinned_charm_revision():
188
- bundle_dir = INTEGRATION_TEST_DIR / 'bundle-with-charm-revision.yaml'
+ bundle_dir = INTEGRATION_TEST_DIR / 'bundle'
189
bundle_yaml_path = bundle_dir / 'bundle-include-file.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 wr're hard-coding it for now for simplicity
0 commit comments