Skip to content

Commit 6d3b729

Browse files
committed
Fix test_deploy_bundle_with_overlay_as_argument
1 parent 9fe28c0 commit 6d3b729

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@ description: An overlay for tests
22
applications:
33
ntp:
44
ghost:
5-
charm: "ghost"
5+
charm: "prometheus"
66
channel: stable
77
num_units: 1
88
mysql:
9-
charm: "mysql"
10-
channel: candidate
11-
num_units: 1
12-
relations:
13-
- ["ghost", "mysql"]
9+
charm: "prometheus"
10+
channel: stable
11+
num_units: 1

0 commit comments

Comments
 (0)