Skip to content

Commit e8c9a73

Browse files
committed
Minor fixes and updates in tests
1 parent 17d9010 commit e8c9a73

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

tests/integration/bundle/bundle-include-base64.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
series: xenial
22
applications:
33
ghost:
4-
charm: "cs:ghost-19"
4+
charm: "ghost"
55
num_units: 1
66
mysql:
7-
charm: "cs:trusty/mysql-57"
7+
charm: "mysql"
8+
channel: "candidate"
9+
series: "trusty"
810
num_units: 1
911
options:
1012
max-connections: 2

tests/integration/test_application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ async def test_upgrade_charm_resource(event_loop):
226226
@pytest.mark.asyncio
227227
async def test_trusted(event_loop):
228228
async with base.CleanModel() as model:
229-
await model.deploy('cs:~juju-qa/bundle/basic-trusted-1', trust=True)
229+
await model.deploy('ubuntu', trust=True)
230230

231231
ubuntu_app = model.applications['ubuntu']
232232
trusted = await ubuntu_app.get_trusted()

0 commit comments

Comments
 (0)