Skip to content

Commit

Permalink
debug failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasgameiroborges committed Apr 14, 2024
1 parent fd18231 commit 6db419e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/test_snap.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6db419e

Please sign in to comment.