We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7748838 commit cd01ce3Copy full SHA for cd01ce3
1 file changed
tests/integration/test_model.py
@@ -188,7 +188,7 @@ 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'
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
+ # We can also read the yaml to get the revision but we are hard-coding it for now for simplicity
192
pinned_revision = 8
193
194
async with base.CleanModel() as model:
0 commit comments