[yoga] Ensure get_requests_for_local_unit doesn't fail on incomplete relation

This is a rebuild/make sync for charms to pickup the fix in charmhelpers to fix
any inadvertant accesses of ['ca'] in the relation data before it is available
from vault in the certificates relation.  Fix in charmhelpers is in [1].

[1] https://github.com/juju/charm-helpers/pull/827
Closes-Bug: #2028683

Change-Id: I41ea5a58e0391d398fab2ecd44999e6f32a4054b
This commit is contained in:
Alex Kavanagh 2023-08-15 15:13:22 +01:00
parent 5747bcad93
commit 57561cff59
2 changed files with 2 additions and 1 deletions

View File

@ -2,4 +2,4 @@
# when dependencies of the charm change,
# but nothing in the charm needs to.
# simply change the uuid to something new
53e7e788-1178-11ec-b98d-03bb3d032abd
acd9fada-3b6e-11ee-8e19-43c7c44f63eb

View File

@ -97,6 +97,7 @@ commands = stestr run --slowest {posargs}
[testenv:pep8]
basepython = python3
deps = flake8==3.9.2
PyYAML==6.0.1
charm-tools<3.0.0
commands = flake8 {posargs} src unit_tests