Skip to content

Commit

Permalink
Switch back to postgresql-k8s edge (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
nrobinaubertin committed Sep 15, 2023
1 parent b9a66d9 commit 849acd3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,8 @@ async def app_fixture(
"""Discourse charm used for integration testing.
Builds the charm and deploys it and the relations it depends on.
"""
# We're using the '14/beta' channel here because of some hooks issues
# encountered on rev117 of the charm.
# https://github.com/canonical/discourse-k8s-operator/actions/runs/5800833433/job/15724726551#step:12:68
# We should switch back to '14/edge' when this is solved.
postgres_app = await model.deploy(
"postgresql-k8s", channel="14/beta", series="jammy", trust=True
"postgresql-k8s", channel="14/edge", series="jammy", trust=True
)
await model.wait_for_idle(apps=[postgres_app.name], status="active")

Expand Down

0 comments on commit 849acd3

Please sign in to comment.