We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b838a50 commit e7df782Copy full SHA for e7df782
1 file changed
tests/integration/helpers.py
@@ -82,7 +82,7 @@ def wait_for_all_units_running(app: str, juju: jubilant.Juju) -> None:
82
juju.wait(
83
lambda status: all(
84
unit_status.is_active
85
- and "Running git-ubuntu importer" in unit_status.juju_status.message
+ and "Running git-ubuntu importer" in unit_status.workload_status.message
86
for unit_status in status.apps[app].units.values()
87
)
88
0 commit comments