Skip to content

Commit

Permalink
Upgrade from stable branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dragomirp committed Mar 15, 2024
1 parent 545c3d6 commit b61a80c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/integration/test_upgrade_from_stable.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ async def test_deploy_stable(ops_test: OpsTest, pgb_charm) -> None:
PGB,
application_name=PGB,
num_units=3,
# TODO switch to stable once it works on 3.1.7
channel="1/beta",
channel="1/stable",
trust=True,
),
ops_test.model.deploy(
Expand Down

0 comments on commit b61a80c

Please sign in to comment.