Skip to content

Commit

Permalink
fix test snap channel for juju
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasgameiroborges committed Apr 14, 2024
1 parent d8968d7 commit 8c6520d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_snap.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def test_snap_ensure_revision():

edge_revision = None
for line in snap_info_juju:
match = re.search(r"latest/edge.*\((\d+)\)", line)
match = re.search(r"3/stable.*\((\d+)\)", line)

if match:
edge_revision = match.group(1)
Expand Down

0 comments on commit 8c6520d

Please sign in to comment.