From 6db419e267c086bb4eeb6f522cff39d9905275b2 Mon Sep 17 00:00:00 2001 From: lucasgameiroborges Date: Sun, 14 Apr 2024 18:48:39 +0000 Subject: [PATCH] debug failing test --- tests/integration/test_snap.py | 1 + 1 file changed, 1 insertion(+) 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: