Skip to content

Commit 9fe28c0

Browse files
committed
Fix test_deploy_local_bundle_with_overlay_multi
1 parent da5f1d3 commit 9fe28c0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tests/integration/bundle/test-overlays/bundle-with-overlay-multi.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
applications:
22
ghost:
3-
charm: "ghost"
3+
charm: "prometheus"
44
channel: stable
55
num_units: 1
66
mysql:
7-
charm: "mysql"
8-
channel: candidate
7+
charm: "prometheus"
8+
channel: stable
99
num_units: 1
1010
relations:
11-
- ["ghost", "mysql"]
11+
- ["ghost:grafana-source", "mysql:grafana-source"]
1212
--- # overlay.yaml
1313
description: Overlay to remove the ghost app and the relation
1414
applications:

0 commit comments

Comments
 (0)