[zed] 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/826
Closes-Bug: #2028683

Change-Id: I51b9784be407f724515aed655f4325be40057871
This commit is contained in:
Alex Kavanagh 2023-08-18 17:39:31 +01:00
parent 1fa839826f
commit dfd3f35a56
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
712560e8-3dd4-11ee-8b40-0761cdc06633

View File

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