We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17d9010 commit e8c9a73Copy full SHA for e8c9a73
2 files changed
tests/integration/bundle/bundle-include-base64.yaml
@@ -1,10 +1,12 @@
1
series: xenial
2
applications:
3
ghost:
4
- charm: "cs:ghost-19"
+ charm: "ghost"
5
num_units: 1
6
mysql:
7
- charm: "cs:trusty/mysql-57"
+ charm: "mysql"
8
+ channel: "candidate"
9
+ series: "trusty"
10
11
options:
12
max-connections: 2
tests/integration/test_application.py
@@ -226,7 +226,7 @@ async def test_upgrade_charm_resource(event_loop):
226
@pytest.mark.asyncio
227
async def test_trusted(event_loop):
228
async with base.CleanModel() as model:
229
- await model.deploy('cs:~juju-qa/bundle/basic-trusted-1', trust=True)
+ await model.deploy('ubuntu', trust=True)
230
231
ubuntu_app = model.applications['ubuntu']
232
trusted = await ubuntu_app.get_trusted()
0 commit comments