We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 568901b commit dd9ef6fCopy full SHA for dd9ef6f
1 file changed
tests/integration/test_model.py
@@ -611,13 +611,13 @@ async def test_relate(event_loop):
611
await model.deploy(
612
'ubuntu',
613
application_name='ubuntu',
614
- series='bionic',
+ base='ubuntu@20.04/stable',
615
channel='stable',
616
)
617
618
'nrpe',
619
application_name='nrpe',
620
621
622
# subordinates must be deployed without units
623
num_units=0,
@@ -1291,5 +1291,5 @@ async def test_list_secrets(event_loop):
1291
assert model.units['charm-secret/0'].workload_status == 'active'
1292
1293
secrets = await model.list_secrets(show_secrets=True)
1294
- assert secrets.results is not None
+ assert secrets is not None
1295
assert len(secrets.results) == 1
0 commit comments