diff --git a/tests/integration/test_snap.py b/tests/integration/test_snap.py index 464bc59b..a4a2e770 100644 --- a/tests/integration/test_snap.py +++ b/tests/integration/test_snap.py @@ -176,6 +176,7 @@ def test_snap_ensure_revision(): edge_revision = None for line in snap_info_juju: + logger.info(line) match = re.search(r"latest/edge.*\((\d+)\)", line) if match: